#312084

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

Shades of Persian Indigo #312084

Tints of Persian Indigo #312084

Color information

#312084 (or 0x312084) is unknown color: approx Persian Indigo. HEX triplet: 31, 20 and 84. RGB value is (49,32,132). Sum of RGB (Red+Green+Blue) = 49+32+132=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #312084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312084 is #CEDF7B. Grayscale: #303030. Windows color (decimal): -13557628 or 8658993. OLE color: 8658993.

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

Color convert

RGB4932132-
CMYK0.630.7600.48
HSL250.2º60.98%32.16%-
HSV(B)250.2º75.76%51.76%-
XYZ5.953.3522.16-
YUV48.48175.13128.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 132 (51.95% from 255) = 61.97%
R=23.00%
G=15.02%
B=61.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49321320.630.7600.48250.260.9832.16
Hex3120843F4C030fa3d20
Octal6140204771140603727540
Binary110001100000100001001111111001100011000011111010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312084; }

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

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

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

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

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

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

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

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