#311089

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

Shades of Persian Indigo #311089

Tints of Persian Indigo #311089

Color information

#311089 (or 0x311089) is unknown color: approx Persian Indigo. HEX triplet: 31, 10 and 89. RGB value is (49,16,137). Sum of RGB (Red+Green+Blue) = 49+16+137=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #311089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311089 is #CEEF76. Grayscale: #272727. Windows color (decimal): -13561719 or 8982577. OLE color: 8982577.

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

Color convert

RGB4916137-
CMYK0.640.8800.46
HSL256.36º79.08%30%-
HSV(B)256.36º88.32%53.73%-
XYZ5.972.8323.9-
YUV39.66182.93134.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 137 (53.91% from 255) = 67.82%
R=24.26%
G=7.92%
B=67.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49161370.640.8800.46256.3679.0830
Hex311089405802E1004f1e
Octal612021110013005640011736
Binary1100011000010001001100000010110000101110100000000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311089; }

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

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

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

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

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

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

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

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