#331C87

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

Shades of Persian Indigo #331C87

Tints of Persian Indigo #331C87

Color information

#331C87 (or 0x331C87) is unknown color: approx Persian Indigo. HEX triplet: 33, 1C and 87. RGB value is (51,28,135). Sum of RGB (Red+Green+Blue) = 51+28+135=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #331C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331C87 is #CCE378. Grayscale: #2E2E2E. Windows color (decimal): -13427577 or 8854579. OLE color: 8854579.

HSL color Cylindrical-coordinate representation of color #331C87: hue angle of 252.9º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #331C87 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5128135-
CMYK0.620.7900.47
HSL252.9º65.64%31.96%-
HSV(B)252.9º79.26%52.94%-
XYZ6.153.2823.23-
YUV47.08177.62130.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 135 (53.12% from 255) = 63.08%
R=23.83%
G=13.08%
B=63.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51281350.620.7900.47252.965.6431.96
Hex331C873E4F02Ffd4220
Octal63342077611705737510240
Binary110011111001000011111111010011110101111111111011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331C87; }

 p { color: rgb(51,28,135); }

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

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

 a { background-color: rgb(51,28,135); }

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

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

 span { border-color: rgb(51,28,135); }

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