#320C6E

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

Shades of Persian Indigo #320C6E

Tints of Persian Indigo #320C6E

Color information

#320C6E (or 0x320C6E) is unknown color: approx Persian Indigo. HEX triplet: 32, 0C and 6E. RGB value is (50,12,110). Sum of RGB (Red+Green+Blue) = 50+12+110=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #320C6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C6E is #CDF391. Grayscale: #222222. Windows color (decimal): -13497234 or 7212082. OLE color: 7212082.

HSL color Cylindrical-coordinate representation of color #320C6E: hue angle of 263.27º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320C6E is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5012110-
CMYK0.550.8900.57
HSL263.27º80.33%23.92%-
HSV(B)263.27º89.09%43.14%-
XYZ4.262.0714.93-
YUV34.53170.59139.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 110 (43.36% from 255) = 63.95%
R=29.07%
G=6.98%
B=63.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50121100.550.8900.57263.2780.3323.92
Hex32C6E37590391075018
Octal62141566713107140712030
Binary1100101100110111011011110110010111001100000111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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