#321077

Color #321077 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #321077

Tints of Persian Indigo #321077

Color information

#321077 (or 0x321077) is unknown color: approx Persian Indigo. HEX triplet: 32, 10 and 77. RGB value is (50,16,119). Sum of RGB (Red+Green+Blue) = 50+16+119=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #321077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321077 is #CDEF88. Grayscale: #252525. Windows color (decimal): -13496201 or 7802930. OLE color: 7802930.

HSL color Cylindrical-coordinate representation of color #321077: hue angle of 259.81º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321077 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5016119-
CMYK0.580.8700.53
HSL259.81º76.3%26.47%-
HSV(B)259.81º86.55%46.67%-
XYZ4.832.3817.66-
YUV37.91173.76136.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 119 (46.88% from 255) = 64.32%
R=27.03%
G=8.65%
B=64.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50161190.580.8700.53259.8176.326.47
Hex3210773A570351044c1a
Octal62201677212706540411432
Binary11001010000111011111101010101110110101100000100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321077; }

 p { color: rgb(50,16,119); }

 H1.HeaderClassName
 {
   color: #321077;
 }
 .AnyTagClassName
 {
   color: #321077;
 }
</style>
background-color css

<style>
 a { background-color: #321077; }

 a { background-color: rgb(50,16,119); }

 div.DivClassName
 {
   background-color: #321077;
 }
 .BgClassName
 {
   background-color: #321077;
 }
</style>
border-color css

<style>
 span { border-color: #321077; }

 span { border-color: rgb(50,16,119); }

 td.TdClassName
 {
   border-color: #321077;
 }
 .TagClassName
 {
   border-color: #321077;
 }
</style>