#311F71

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

Shades of Persian Indigo #311F71

Tints of Persian Indigo #311F71

Color information

#311F71 (or 0x311F71) is unknown color: approx Persian Indigo. HEX triplet: 31, 1F and 71. RGB value is (49,31,113). Sum of RGB (Red+Green+Blue) = 49+31+113=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #311F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F71 is #CEE08E. Grayscale: #2D2D2D. Windows color (decimal): -13557903 or 7413553. OLE color: 7413553.

HSL color Cylindrical-coordinate representation of color #311F71: hue angle of 253.17º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311F71 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4931113-
CMYK0.570.7300.56
HSL253.17º56.94%28.24%-
HSV(B)253.17º72.57%44.31%-
XYZ4.742.8315.92-
YUV45.73165.96130.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 113 (44.53% from 255) = 58.55%
R=25.39%
G=16.06%
B=58.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49311130.570.7300.56253.1756.9428.24
Hex311F713949038fd391c
Octal6137161711110703757134
Binary110001111111110001111001100100101110001111110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311F71; }

 p { color: rgb(49,31,113); }

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

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

 a { background-color: rgb(49,31,113); }

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

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

 span { border-color: rgb(49,31,113); }

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