#31156D

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

Shades of Persian Indigo #31156D

Tints of Persian Indigo #31156D

Color information

#31156D (or 0x31156D) is unknown color: approx Persian Indigo. HEX triplet: 31, 15 and 6D. RGB value is (49,21,109). Sum of RGB (Red+Green+Blue) = 49+21+109=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #31156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31156D is #CEEA92. Grayscale: #272727. Windows color (decimal): -13560467 or 7148849. OLE color: 7148849.

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

Color convert

RGB4921109-
CMYK0.550.8100.57
HSL259.09º67.69%25.49%-
HSV(B)259.09º80.73%42.75%-
XYZ4.32.2914.68-
YUV39.4167.28134.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 109 (42.97% from 255) = 60.89%
R=27.37%
G=11.73%
B=60.89%

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
Decimal49211090.550.8100.57259.0967.6925.49
Hex31156D37510391034419
Octal61251556712107140310431
Binary11000110101110110111011110100010111001100000011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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