#331787

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

Shades of Persian Indigo #331787

Tints of Persian Indigo #331787

Color information

#331787 (or 0x331787) is unknown color: approx Persian Indigo. HEX triplet: 33, 17 and 87. RGB value is (51,23,135). Sum of RGB (Red+Green+Blue) = 51+23+135=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #331787 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331787 is #CCE878. Grayscale: #2B2B2B. Windows color (decimal): -13428857 or 8853299. OLE color: 8853299.

HSL color Cylindrical-coordinate representation of color #331787: hue angle of 255º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331787 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5123135-
CMYK0.620.8300.47
HSL255º70.89%30.98%-
HSV(B)255º82.96%52.94%-
XYZ6.043.0723.19-
YUV44.14179.28132.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 23 (9.38% from 255) = 11.00%
BLUE value IS 135 (53.12% from 255) = 64.59%
R=24.40%
G=11.00%
B=64.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51231350.620.8300.4725570.8930.98
Hex3317873E5302Fff471f
Octal63272077612305737710737
Binary11001110111100001111111101010011010111111111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331787; }

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

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

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

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

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

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

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

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