#311A82

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

Shades of Persian Indigo #311A82

Tints of Persian Indigo #311A82

Color information

#311A82 (or 0x311A82) is unknown color: approx Persian Indigo. HEX triplet: 31, 1A and 82. RGB value is (49,26,130). Sum of RGB (Red+Green+Blue) = 49+26+130=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #311A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311A82 is #CEE57D. Grayscale: #2C2C2C. Windows color (decimal): -13559166 or 8526385. OLE color: 8526385.

HSL color Cylindrical-coordinate representation of color #311A82: hue angle of 253.27º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311A82 is Cyan = 0.62, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4926130-
CMYK0.620.800.49
HSL253.27º66.67%30.59%-
HSV(B)253.27º80%50.98%-
XYZ5.67321.4-
YUV44.73176.12131.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 130 (51.17% from 255) = 63.41%
R=23.90%
G=12.68%
B=63.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49261300.620.800.49253.2766.6730.59
Hex311A823E50031fd431f
Octal61322027612006137510337
Binary11000111010100000101111101010000011000111111101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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