#31199D

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

Shades of Persian Indigo #31199D

Tints of Persian Indigo #31199D

Color information

#31199D (or 0x31199D) is unknown color: approx Persian Indigo. HEX triplet: 31, 19 and 9D. RGB value is (49,25,157). Sum of RGB (Red+Green+Blue) = 49+25+157=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #31199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31199D is #CEE662. Grayscale: #2E2E2E. Windows color (decimal): -13559395 or 10295601. OLE color: 10295601.

HSL color Cylindrical-coordinate representation of color #31199D: hue angle of 250.91º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31199D is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4925157-
CMYK0.690.8400.38
HSL250.91º72.53%35.69%-
HSV(B)250.91º84.08%61.57%-
XYZ7.73.7832.22-
YUV47.22189.95129.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 157 (61.72% from 255) = 67.97%
R=21.21%
G=10.82%
B=67.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49251570.690.8400.38250.9172.5335.69
Hex31199D4554026fb4924
Octal613123510512404637311144
Binary1100011100110011101100010110101000100110111110111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31199D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31199D; }

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

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

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

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

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

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

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

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