#311E76

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

Shades of Persian Indigo #311E76

Tints of Persian Indigo #311E76

Color information

#311E76 (or 0x311E76) is unknown color: approx Persian Indigo. HEX triplet: 31, 1E and 76. RGB value is (49,30,118). Sum of RGB (Red+Green+Blue) = 49+30+118=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #311E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311E76 is #CEE189. Grayscale: #2D2D2D. Windows color (decimal): -13558154 or 7740977. OLE color: 7740977.

HSL color Cylindrical-coordinate representation of color #311E76: hue angle of 252.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311E76 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4930118-
CMYK0.580.7500.54
HSL252.95º59.46%29.02%-
HSV(B)252.95º74.58%46.27%-
XYZ52.8917.43-
YUV45.71168.79130.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=24.87%
G=15.23%
B=59.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49301180.580.7500.54252.9559.4629.02
Hex311E763A4B036fd3b1d
Octal6136166721130663757335
Binary110001111101110110111010100101101101101111110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,30,118); }

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

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

 a { background-color: rgb(49,30,118); }

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

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

 span { border-color: rgb(49,30,118); }

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