#312182

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

Shades of Persian Indigo #312182

Tints of Persian Indigo #312182

Color information

#312182 (or 0x312182) is unknown color: approx Persian Indigo. HEX triplet: 31, 21 and 82. RGB value is (49,33,130). Sum of RGB (Red+Green+Blue) = 49+33+130=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #312182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312182 is #CEDE7D. Grayscale: #303030. Windows color (decimal): -13557374 or 8528177. OLE color: 8528177.

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

Color convert

RGB4933130-
CMYK0.620.7500.49
HSL249.9º59.51%31.96%-
HSV(B)249.9º74.62%50.98%-
XYZ5.843.3521.46-
YUV48.84173.8128.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 130 (51.17% from 255) = 61.32%
R=23.11%
G=15.57%
B=61.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49331300.620.7500.49249.959.5131.96
Hex3121823E4B031fa3c20
Octal6141202761130613727440
Binary110001100001100000101111101001011011000111111010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312182; }

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

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

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

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

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

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

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

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