#312177

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

Shades of Persian Indigo #312177

Tints of Persian Indigo #312177

Color information

#312177 (or 0x312177) is unknown color: approx Persian Indigo. HEX triplet: 31, 21 and 77. RGB value is (49,33,119). Sum of RGB (Red+Green+Blue) = 49+33+119=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #312177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312177 is #CEDE88. Grayscale: #2F2F2F. Windows color (decimal): -13557385 or 7807281. OLE color: 7807281.

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

Color convert

RGB4933119-
CMYK0.590.7200.53
HSL251.16º56.58%29.8%-
HSV(B)251.16º72.27%46.67%-
XYZ5.143.0717.77-
YUV47.59168.3129.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=24.38%
G=16.42%
B=59.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49331190.590.7200.53251.1656.5829.8
Hex3121773B48035fb391e
Octal6141167731100653737136
Binary1100011000011110111111011100100001101011111101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312177; }

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

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

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

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

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

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

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

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