#312598

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

Shades of Dark Slate Blue #312598

Tints of Dark Slate Blue #312598

Color information

#312598 (or 0x312598) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 25 and 98. RGB value is (49,37,152). Sum of RGB (Red+Green+Blue) = 49+37+152=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #312598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312598 is #CEDA67. Grayscale: #353535. Windows color (decimal): -13556328 or 9970993. OLE color: 9970993.

HSL color Cylindrical-coordinate representation of color #312598: hue angle of 246.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312598 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4937152-
CMYK0.680.7600.40
HSL246.26º60.85%37.06%-
HSV(B)246.26º75.66%59.61%-
XYZ7.64.2430.12-
YUV53.7183.48124.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 152 (59.77% from 255) = 63.87%
R=20.59%
G=15.55%
B=63.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49371520.680.7600.40246.2660.8537.06
Hex312598444C028f63d25
Octal61452301041140503667545
Binary1100011001011001100010001001001100010100011110110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312598; }

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

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

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

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

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

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

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

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