#320B79

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

Shades of Persian Indigo #320B79

Tints of Persian Indigo #320B79

Color information

#320B79 (or 0x320B79) is unknown color: approx Persian Indigo. HEX triplet: 32, 0B and 79. RGB value is (50,11,121). Sum of RGB (Red+Green+Blue) = 50+11+121=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 121 (47.66% from 255 or 66.48% from 182); Max value from RGB is 121 - color contains mainly: blue. Hex color #320B79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B79 is #CDF486. Grayscale: #222222. Windows color (decimal): -13497479 or 7932722. OLE color: 7932722.

HSL color Cylindrical-coordinate representation of color #320B79: hue angle of 261.27º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320B79 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5011121-
CMYK0.590.9100.53
HSL261.27º83.33%25.88%-
HSV(B)261.27º90.91%47.45%-
XYZ4.892.318.28-
YUV35.2176.42138.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 121 (47.66% from 255) = 66.48%
R=27.47%
G=6.04%
B=66.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50111210.590.9100.53261.2783.3325.88
Hex32B793B5B035105531a
Octal62131717313306540512332
Binary1100101011111100111101110110110110101100000101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320B79; }

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

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

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

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

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

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

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

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