#311772

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

Shades of Persian Indigo #311772

Tints of Persian Indigo #311772

Color information

#311772 (or 0x311772) is unknown color: approx Persian Indigo. HEX triplet: 31, 17 and 72. RGB value is (49,23,114). Sum of RGB (Red+Green+Blue) = 49+23+114=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #311772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311772 is #CEE88D. Grayscale: #282828. Windows color (decimal): -13559950 or 7477041. OLE color: 7477041.

HSL color Cylindrical-coordinate representation of color #311772: hue angle of 257.14º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311772 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4923114-
CMYK0.570.8000.55
HSL257.14º66.42%26.86%-
HSV(B)257.14º79.82%44.71%-
XYZ4.612.4816.16-
YUV41.15169.11133.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=26.34%
G=12.37%
B=61.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49231140.570.8000.55257.1466.4226.86
Hex3117723950037101421b
Octal61271627112006740110233
Binary11000110111111001011100110100000110111100000001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311772; }

 p { color: rgb(49,23,114); }

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

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

 a { background-color: rgb(49,23,114); }

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

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

 span { border-color: rgb(49,23,114); }

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