#312578

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

Shades of Persian Indigo #312578

Tints of Persian Indigo #312578

Color information

#312578 (or 0x312578) is unknown color: approx Persian Indigo. HEX triplet: 31, 25 and 78. RGB value is (49,37,120). Sum of RGB (Red+Green+Blue) = 49+37+120=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #312578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312578 is #CEDA87. Grayscale: #313131. Windows color (decimal): -13556360 or 7873841. OLE color: 7873841.

HSL color Cylindrical-coordinate representation of color #312578: hue angle of 248.67º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #312578 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4937120-
CMYK0.590.6900.53
HSL248.67º52.87%30.78%-
HSV(B)248.67º69.17%47.06%-
XYZ5.323.3318.13-
YUV50.05167.48127.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 120 (47.27% from 255) = 58.25%
R=23.79%
G=17.96%
B=58.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49371200.590.6900.53248.6752.8730.78
Hex3125783B45035f9351f
Octal6145170731050653716537
Binary1100011001011111000111011100010101101011111100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312578; }

 p { color: rgb(49,37,120); }

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

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

 a { background-color: rgb(49,37,120); }

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

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

 span { border-color: rgb(49,37,120); }

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