#311A76

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

Shades of Persian Indigo #311A76

Tints of Persian Indigo #311A76

Color information

#311A76 (or 0x311A76) is unknown color: approx Persian Indigo. HEX triplet: 31, 1A and 76. RGB value is (49,26,118). Sum of RGB (Red+Green+Blue) = 49+26+118=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #311A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A76 is #CEE589. Grayscale: #2B2B2B. Windows color (decimal): -13559178 or 7739953. OLE color: 7739953.

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

Color convert

RGB4926118-
CMYK0.580.7800.54
HSL255º63.89%28.24%-
HSV(B)255º77.97%46.27%-
XYZ4.912.717.4-
YUV43.36170.12132.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 26 (10.55% from 255) = 13.47%
BLUE value IS 118 (46.48% from 255) = 61.14%
R=25.39%
G=13.47%
B=61.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49261180.580.7800.5425563.8928.24
Hex311A763A4E036ff401c
Octal61321667211606637710034
Binary1100011101011101101110101001110011011011111111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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