#311984

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

Shades of Persian Indigo #311984

Tints of Persian Indigo #311984

Color information

#311984 (or 0x311984) is unknown color: approx Persian Indigo. HEX triplet: 31, 19 and 84. RGB value is (49,25,132). Sum of RGB (Red+Green+Blue) = 49+25+132=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 132 (51.95% from 255 or 64.08% from 206); Max value from RGB is 132 - color contains mainly: blue. Hex color #311984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311984 is #CEE67B. Grayscale: #2B2B2B. Windows color (decimal): -13559420 or 8657201. OLE color: 8657201.

HSL color Cylindrical-coordinate representation of color #311984: hue angle of 253.46º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311984 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4925132-
CMYK0.630.8100.48
HSL253.46º68.15%30.78%-
HSV(B)253.46º81.06%51.76%-
XYZ5.783.0122.11-
YUV44.37177.45131.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 132 (51.95% from 255) = 64.08%
R=23.79%
G=12.14%
B=64.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49251320.630.8100.48253.4668.1530.78
Hex3119843F51030fd441f
Octal61312047712106037510437
Binary11000111001100001001111111010001011000011111101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311984; }

 p { color: rgb(49,25,132); }

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

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

 a { background-color: rgb(49,25,132); }

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

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

 span { border-color: rgb(49,25,132); }

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