#320C79

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

Shades of Persian Indigo #320C79

Tints of Persian Indigo #320C79

Color information

#320C79 (or 0x320C79) is unknown color: approx Persian Indigo. HEX triplet: 32, 0C and 79. RGB value is (50,12,121). Sum of RGB (Red+Green+Blue) = 50+12+121=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 121 (47.66% from 255 or 66.12% from 183); Max value from RGB is 121 - color contains mainly: blue. Hex color #320C79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C79 is #CDF386. Grayscale: #232323. Windows color (decimal): -13497223 or 7932978. OLE color: 7932978.

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

Color convert

RGB5012121-
CMYK0.590.9000.53
HSL260.92º81.95%26.08%-
HSV(B)260.92º90.08%47.45%-
XYZ4.92.3218.28-
YUV35.79176.09138.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 121 (47.66% from 255) = 66.12%
R=27.32%
G=6.56%
B=66.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121210.590.9000.53260.9281.9526.08
Hex32C793B5A035105521a
Octal62141717313206540512232
Binary1100101100111100111101110110100110101100000101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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