#321079

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

Shades of Persian Indigo #321079

Tints of Persian Indigo #321079

Color information

#321079 (or 0x321079) is unknown color: approx Persian Indigo. HEX triplet: 32, 10 and 79. RGB value is (50,16,121). Sum of RGB (Red+Green+Blue) = 50+16+121=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #321079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321079 is #CDEF86. Grayscale: #252525. Windows color (decimal): -13496199 or 7934002. OLE color: 7934002.

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

Color convert

RGB5016121-
CMYK0.590.8700.53
HSL259.43º76.64%26.86%-
HSV(B)259.43º86.78%47.45%-
XYZ4.952.4318.3-
YUV38.14174.76136.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 121 (47.66% from 255) = 64.71%
R=26.74%
G=8.56%
B=64.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50161210.590.8700.53259.4376.6426.86
Hex3210793B570351034d1b
Octal62201717312706540311533
Binary11001010000111100111101110101110110101100000011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321079; }

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

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

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

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

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

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

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

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