#31198B

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

Shades of Persian Indigo #31198B

Tints of Persian Indigo #31198B

Color information

#31198B (or 0x31198B) is unknown color: approx Persian Indigo. HEX triplet: 31, 19 and 8B. RGB value is (49,25,139). Sum of RGB (Red+Green+Blue) = 49+25+139=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #31198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31198B is #CEE674. Grayscale: #2C2C2C. Windows color (decimal): -13559413 or 9115953. OLE color: 9115953.

HSL color Cylindrical-coordinate representation of color #31198B: hue angle of 252.63º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31198B is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4925139-
CMYK0.650.8200.45
HSL252.63º69.51%32.16%-
HSV(B)252.63º82.01%54.51%-
XYZ6.273.2124.72-
YUV45.17180.95130.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 139 (54.69% from 255) = 65.26%
R=23.00%
G=11.74%
B=65.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49251390.650.8200.45252.6369.5132.16
Hex31198B415202Dfd4620
Octal613121310112205537510640
Binary1100011100110001011100000110100100101101111111011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31198B; }

 p { color: rgb(49,25,139); }

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

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

 a { background-color: rgb(49,25,139); }

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

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

 span { border-color: rgb(49,25,139); }

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