#31156C

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

Shades of Persian Indigo #31156C

Tints of Persian Indigo #31156C

Color information

#31156C (or 0x31156C) is unknown color: approx Persian Indigo. HEX triplet: 31, 15 and 6C. RGB value is (49,21,108). Sum of RGB (Red+Green+Blue) = 49+21+108=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #31156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31156C is #CEEA93. Grayscale: #262626. Windows color (decimal): -13560468 or 7083313. OLE color: 7083313.

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

Color convert

RGB4921108-
CMYK0.550.8100.58
HSL259.31º67.44%25.29%-
HSV(B)259.31º80.56%42.35%-
XYZ4.242.2714.4-
YUV39.29166.78134.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 21 (8.59% from 255) = 11.80%
BLUE value IS 108 (42.58% from 255) = 60.67%
R=27.53%
G=11.80%
B=60.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49211080.550.8100.58259.3167.4425.29
Hex31156C375103A1034319
Octal61251546712107240310331
Binary11000110101110110011011110100010111010100000011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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