#331D87

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

Shades of Persian Indigo #331D87

Tints of Persian Indigo #331D87

Color information

#331D87 (or 0x331D87) is unknown color: approx Persian Indigo. HEX triplet: 33, 1D and 87. RGB value is (51,29,135). Sum of RGB (Red+Green+Blue) = 51+29+135=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #331D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331D87 is #CCE278. Grayscale: #2F2F2F. Windows color (decimal): -13427321 or 8854835. OLE color: 8854835.

HSL color Cylindrical-coordinate representation of color #331D87: hue angle of 252.45º degrees, saturation: 0.65, 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 #331D87 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5129135-
CMYK0.620.7900.47
HSL252.45º64.63%32.16%-
HSV(B)252.45º78.52%52.94%-
XYZ6.183.3323.24-
YUV47.66177.29130.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 135 (53.12% from 255) = 62.79%
R=23.72%
G=13.49%
B=62.79%

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
Decimal51291350.620.7900.47252.4564.6332.16
Hex331D873E4F02Ffc4120
Octal63352077611705737410140
Binary110011111011000011111111010011110101111111111001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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