#31156E

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

Shades of Persian Indigo #31156E

Tints of Persian Indigo #31156E

Color information

#31156E (or 0x31156E) is unknown color: approx Persian Indigo. HEX triplet: 31, 15 and 6E. RGB value is (49,21,110). Sum of RGB (Red+Green+Blue) = 49+21+110=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #31156E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31156E is #CEEA91. Grayscale: #272727. Windows color (decimal): -13560466 or 7214385. OLE color: 7214385.

HSL color Cylindrical-coordinate representation of color #31156E: hue angle of 258.88º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31156E is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4921110-
CMYK0.550.8100.57
HSL258.88º67.94%25.69%-
HSV(B)258.88º80.91%43.14%-
XYZ4.352.3214.97-
YUV39.52167.78134.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 110 (43.36% from 255) = 61.11%
R=27.22%
G=11.67%
B=61.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49211100.550.8100.57258.8867.9425.69
Hex31156E3751039103441a
Octal61251566712107140310432
Binary11000110101110111011011110100010111001100000011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,21,110); }

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

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

 a { background-color: rgb(49,21,110); }

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

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

 span { border-color: rgb(49,21,110); }

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