#311577

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

Shades of Persian Indigo #311577

Tints of Persian Indigo #311577

Color information

#311577 (or 0x311577) is unknown color: approx Persian Indigo. HEX triplet: 31, 15 and 77. RGB value is (49,21,119). Sum of RGB (Red+Green+Blue) = 49+21+119=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #311577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311577 is #CEEA88. Grayscale: #282828. Windows color (decimal): -13560457 or 7804209. OLE color: 7804209.

HSL color Cylindrical-coordinate representation of color #311577: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311577 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4921119-
CMYK0.590.8200.53
HSL257.14º70%27.45%-
HSV(B)257.14º82.35%46.67%-
XYZ4.862.5217.68-
YUV40.54172.28134.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 119 (46.88% from 255) = 62.96%
R=25.93%
G=11.11%
B=62.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49211190.590.8200.53257.147027.45
Hex3115773B52035101461b
Octal61251677312206540110633
Binary11000110101111011111101110100100110101100000001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311577; }

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

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

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

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

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

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

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

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