#311889

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

Shades of Persian Indigo #311889

Tints of Persian Indigo #311889

Color information

#311889 (or 0x311889) is unknown color: approx Persian Indigo. HEX triplet: 31, 18 and 89. RGB value is (49,24,137). Sum of RGB (Red+Green+Blue) = 49+24+137=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #311889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311889 is #CEE776. Grayscale: #2B2B2B. Windows color (decimal): -13559671 or 8984625. OLE color: 8984625.

HSL color Cylindrical-coordinate representation of color #311889: hue angle of 253.27º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311889 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4924137-
CMYK0.640.8200.46
HSL253.27º70.19%31.57%-
HSV(B)253.27º82.48%53.73%-
XYZ6.113.1123.95-
YUV44.36180.28131.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 24 (9.77% from 255) = 11.43%
BLUE value IS 137 (53.91% from 255) = 65.24%
R=23.33%
G=11.43%
B=65.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49241370.640.8200.46253.2770.1931.57
Hex311889405202Efd4620
Octal613021110012205637510640
Binary1100011100010001001100000010100100101110111111011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311889; }

 p { color: rgb(49,24,137); }

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

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

 a { background-color: rgb(49,24,137); }

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

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

 span { border-color: rgb(49,24,137); }

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