#31188A

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

Shades of Persian Indigo #31188A

Tints of Persian Indigo #31188A

Color information

#31188A (or 0x31188A) is unknown color: approx Persian Indigo. HEX triplet: 31, 18 and 8A. RGB value is (49,24,138). Sum of RGB (Red+Green+Blue) = 49+24+138=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #31188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31188A is #CEE775. Grayscale: #2C2C2C. Windows color (decimal): -13559670 or 9050161. OLE color: 9050161.

HSL color Cylindrical-coordinate representation of color #31188A: hue angle of 253.16º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31188A is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4924138-
CMYK0.640.8300.46
HSL253.16º70.37%31.76%-
HSV(B)253.16º82.61%54.12%-
XYZ6.183.1424.33-
YUV44.47180.78131.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 138 (54.30% from 255) = 65.40%
R=23.22%
G=11.37%
B=65.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49241380.640.8300.46253.1670.3731.76
Hex31188A405302Efd4620
Octal613021210012305637510640
Binary1100011100010001010100000010100110101110111111011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31188A; }

 p { color: rgb(49,24,138); }

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

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

 a { background-color: rgb(49,24,138); }

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

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

 span { border-color: rgb(49,24,138); }

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