#31129E

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

Shades of Persian Indigo #31129E

Tints of Persian Indigo #31129E

Color information

#31129E (or 0x31129E) is unknown color: approx Persian Indigo. HEX triplet: 31, 12 and 9E. RGB value is (49,18,158). Sum of RGB (Red+Green+Blue) = 49+18+158=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #31129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31129E is #CEED61. Grayscale: #2A2A2A. Windows color (decimal): -13561186 or 10359345. OLE color: 10359345.

HSL color Cylindrical-coordinate representation of color #31129E: hue angle of 253.29º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31129E is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4918158-
CMYK0.690.8900.38
HSL253.29º79.55%34.51%-
HSV(B)253.29º88.61%61.96%-
XYZ7.653.5532.63-
YUV43.23192.77132.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 158 (62.11% from 255) = 70.22%
R=21.78%
G=8%
B=70.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49181580.690.8900.38253.2979.5534.51
Hex31129E4559026fd5023
Octal612223610513104637512043
Binary1100011001010011110100010110110010100110111111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31129E; }

 p { color: rgb(49,18,158); }

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

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

 a { background-color: rgb(49,18,158); }

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

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

 span { border-color: rgb(49,18,158); }

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