#31098E

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

Shades of Persian Indigo #31098E

Tints of Persian Indigo #31098E

Color information

#31098E (or 0x31098E) is unknown color: approx Persian Indigo. HEX triplet: 31, 09 and 8E. RGB value is (49,9,142). Sum of RGB (Red+Green+Blue) = 49+9+142=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #31098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31098E is #CEF671. Grayscale: #232323. Windows color (decimal): -13563506 or 9308465. OLE color: 9308465.

HSL color Cylindrical-coordinate representation of color #31098E: hue angle of 258.05º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31098E is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB499142-
CMYK0.650.9400.44
HSL258.05º88.08%29.61%-
HSV(B)258.05º93.66%55.69%-
XYZ6.252.825.8-
YUV36.12187.75137.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 142 (55.86% from 255) = 71%
R=24.5%
G=4.5%
B=71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4991420.650.9400.44258.0588.0829.61
Hex3198E415E02C102581e
Octal611121610113605440213036
Binary110001100110001110100000110111100101100100000010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,9,142); }

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

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

 a { background-color: rgb(49,9,142); }

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

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

 span { border-color: rgb(49,9,142); }

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