Html Css Color HEX #312598 Dark Slate Blue

📋 copy color: '#312598'

red 49 ◦ green 37 ◦ blue 152

#312598
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #312598

Tints of Dark Slate Blue #312598

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 value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#312598 (or 0x312598) is known color: 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

RGB 49 37 152 -
CMYK 0.68 0.76 0 0.40
HSL 246.26º 0.61% 0.37% -
HSV(B) 246.26º 0.76% 0.6% -
XYZ 7.6 4.24 30.12 -
YUV 53.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 49 37 152 0.68 0.76 0 0.40 246.26 0.61 0.37
Hex 31 25 98 44 4C 0 28 F6 3D 25
Octal 61 45 230 104 114 0 50 366 75 45
Binary 110001 100101 10011000 1000100 1001100 0 101000 11110110 111101 100101

Color Harmonies of #312598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312598

Black with #312598

Text Example


Text Example

White with #312598

Text Example


Text Example

HTML Codes & Css Web 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>