#312792

Color #312792 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #312792

Tints of Dark Slate Blue #312792

Color information

#312792 (or 0x312792) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 27 and 92. RGB value is (49,39,146). Sum of RGB (Red+Green+Blue) = 49+39+146=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #312792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312792 is #CED86D. Grayscale: #353535. Windows color (decimal): -13555822 or 9578289. OLE color: 9578289.

HSL color Cylindrical-coordinate representation of color #312792: hue angle of 245.61º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312792 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4939146-
CMYK0.660.7300.43
HSL245.61º57.84%36.27%-
HSV(B)245.61º73.29%57.25%-
XYZ7.184.1827.62-
YUV54.19179.81124.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=20.94%
G=16.67%
B=62.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49391460.660.7300.43245.6157.8436.27
Hex312792424902Bf63a24
Octal61472221021110533667244
Binary1100011001111001001010000101001001010101111110110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312792; }

 p { color: rgb(49,39,146); }

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

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

 a { background-color: rgb(49,39,146); }

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

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

 span { border-color: rgb(49,39,146); }

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