#311882

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

Shades of Persian Indigo #311882

Tints of Persian Indigo #311882

Color information

#311882 (or 0x311882) is unknown color: approx Persian Indigo. HEX triplet: 31, 18 and 82. RGB value is (49,24,130). Sum of RGB (Red+Green+Blue) = 49+24+130=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #311882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311882 is #CEE77D. Grayscale: #2B2B2B. Windows color (decimal): -13559678 or 8525873. OLE color: 8525873.

HSL color Cylindrical-coordinate representation of color #311882: hue angle of 254.15º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311882 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4924130-
CMYK0.620.8200.49
HSL254.15º68.83%30.2%-
HSV(B)254.15º81.54%50.98%-
XYZ5.622.9221.39-
YUV43.56176.78131.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 130 (51.17% from 255) = 64.04%
R=24.14%
G=11.82%
B=64.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49241300.620.8200.49254.1568.8330.2
Hex3118823E52031fe451e
Octal61302027612206137610536
Binary11000111000100000101111101010010011000111111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311882; }

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

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

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

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

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

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

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

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