#311E8A

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

Shades of Persian Indigo #311E8A

Tints of Persian Indigo #311E8A

Color information

#311E8A (or 0x311E8A) is unknown color: approx Persian Indigo. HEX triplet: 31, 1E and 8A. RGB value is (49,30,138). Sum of RGB (Red+Green+Blue) = 49+30+138=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #311E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311E8A is #CEE175. Grayscale: #2F2F2F. Windows color (decimal): -13558134 or 9051697. OLE color: 9051697.

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

Color convert

RGB4930138-
CMYK0.640.7800.46
HSL250.56º64.29%32.94%-
HSV(B)250.56º78.26%54.12%-
XYZ6.323.4224.37-
YUV47.99178.79128.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 138 (54.30% from 255) = 63.59%
R=22.58%
G=13.82%
B=63.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49301380.640.7800.46250.5664.2932.94
Hex311E8A404E02Efb4021
Octal613621210011605637310041
Binary1100011111010001010100000010011100101110111110111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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