#320C66

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

Shades of Persian Indigo #320C66

Tints of Persian Indigo #320C66

Color information

#320C66 (or 0x320C66) is unknown color: approx Persian Indigo. HEX triplet: 32, 0C and 66. RGB value is (50,12,102). Sum of RGB (Red+Green+Blue) = 50+12+102=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #320C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C66 is #CDF399. Grayscale: #212121. Windows color (decimal): -13497242 or 6687794. OLE color: 6687794.

HSL color Cylindrical-coordinate representation of color #320C66: hue angle of 265.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320C66 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5012102-
CMYK0.510.8800.6
HSL265.33º78.95%22.35%-
HSV(B)265.33º88.24%40%-
XYZ3.851.912.73-
YUV33.62166.59139.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 12 (5.08% from 255) = 7.32%
BLUE value IS 102 (40.23% from 255) = 62.20%
R=30.49%
G=7.32%
B=62.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50121020.510.8800.6265.3378.9522.35
Hex32C66335803C1094f16
Octal62141466313007441111726
Binary1100101100110011011001110110000111100100001001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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