#312184

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

Shades of Persian Indigo #312184

Tints of Persian Indigo #312184

Color information

#312184 (or 0x312184) is unknown color: approx Persian Indigo. HEX triplet: 31, 21 and 84. RGB value is (49,33,132). Sum of RGB (Red+Green+Blue) = 49+33+132=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #312184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312184 is #CEDE7B. Grayscale: #303030. Windows color (decimal): -13557372 or 8659249. OLE color: 8659249.

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

Color convert

RGB4933132-
CMYK0.630.7500.48
HSL249.7º60%32.35%-
HSV(B)249.7º75%51.76%-
XYZ5.983.4122.17-
YUV49.07174.8127.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 132 (51.95% from 255) = 61.68%
R=22.90%
G=15.42%
B=61.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49331320.630.7500.48249.76032.35
Hex3121843F4B030fa3c20
Octal6141204771130603727440
Binary110001100001100001001111111001011011000011111010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312184; }

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

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

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

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

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

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

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

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