#331578

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

Shades of Persian Indigo #331578

Tints of Persian Indigo #331578

Color information

#331578 (or 0x331578) is unknown color: approx Persian Indigo. HEX triplet: 33, 15 and 78. RGB value is (51,21,120). Sum of RGB (Red+Green+Blue) = 51+21+120=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #331578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331578 is #CCEA87. Grayscale: #282828. Windows color (decimal): -13429384 or 7869747. OLE color: 7869747.

HSL color Cylindrical-coordinate representation of color #331578: hue angle of 258.18º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331578 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5121120-
CMYK0.580.8300.53
HSL258.18º70.21%27.65%-
HSV(B)258.18º82.5%47.06%-
XYZ5.022.618.01-
YUV41.26172.44134.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 120 (47.27% from 255) = 62.5%
R=26.56%
G=10.94%
B=62.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51211200.580.8300.53258.1870.2127.65
Hex3315783A53035102461c
Octal63251707212306540210634
Binary11001110101111100011101010100110110101100000010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331578; }

 p { color: rgb(51,21,120); }

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

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

 a { background-color: rgb(51,21,120); }

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

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

 span { border-color: rgb(51,21,120); }

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