#312592

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

Shades of Dark Slate Blue #312592

Tints of Dark Slate Blue #312592

Color information

#312592 (or 0x312592) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 25 and 92. RGB value is (49,37,146). Sum of RGB (Red+Green+Blue) = 49+37+146=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #312592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312592 is #CEDA6D. Grayscale: #343434. Windows color (decimal): -13556334 or 9577777. OLE color: 9577777.

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

Color convert

RGB4937146-
CMYK0.660.7500.43
HSL246.61º59.56%35.88%-
HSV(B)246.61º74.66%57.25%-
XYZ7.124.0527.6-
YUV53.01180.48125.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 146 (57.42% from 255) = 62.93%
R=21.12%
G=15.95%
B=62.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49371460.660.7500.43246.6159.5635.88
Hex312592424B02Bf73c24
Octal61452221021130533677444
Binary1100011001011001001010000101001011010101111110111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312592; }

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

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

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

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

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

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

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

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