#320C78

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

Shades of Persian Indigo #320C78

Tints of Persian Indigo #320C78

Color information

#320C78 (or 0x320C78) is unknown color: approx Persian Indigo. HEX triplet: 32, 0C and 78. RGB value is (50,12,120). Sum of RGB (Red+Green+Blue) = 50+12+120=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #320C78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C78 is #CDF387. Grayscale: #232323. Windows color (decimal): -13497224 or 7867442. OLE color: 7867442.

HSL color Cylindrical-coordinate representation of color #320C78: hue angle of 261.11º 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 #320C78 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5012120-
CMYK0.580.9000.53
HSL261.11º81.82%25.88%-
HSV(B)261.11º90%47.06%-
XYZ4.842.317.96-
YUV35.67175.59138.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 12 (5.08% from 255) = 6.59%
BLUE value IS 120 (47.27% from 255) = 65.93%
R=27.47%
G=6.59%
B=65.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121200.580.9000.53261.1181.8225.88
Hex32C783A5A035105521a
Octal62141707213206540512232
Binary1100101100111100011101010110100110101100000101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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