Html Css Color HEX #312599 Dark Slate Blue

📋 copy color: '#312599'

red 49 ◦ green 37 ◦ blue 153

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

Shades of Dark Slate Blue #312599

Tints of Dark Slate Blue #312599

RGB

 RED value IS 49 (19.53% from 255) = 20.5%

 GREEN value IS 37 (14.84% from 255) = 15.48%

 BLUE value IS 153 (60.16% from 255) = 64.02%

R = 20.5%
G = 15.48%
B = 64.02%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#312599 (or 0x312599) is known color: Dark Slate Blue. HEX triplet: 31, 25 and 99. RGB value is (49,37,153). Sum of RGB (Red+Green+Blue) = 49+37+153=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #312599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312599 is #CEDA66. Grayscale: #353535. Windows color (decimal): -13556327 or 10036529. OLE color: 10036529.

HSL color Cylindrical-coordinate representation of color #312599: hue angle of 246.21º 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 #312599 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 37 153 -
CMYK 0.68 0.76 0 0.4
HSL 246.21º 0.61% 0.37% -
HSV(B) 246.21º 0.76% 0.6% -
XYZ 7.68 4.28 30.56 -
YUV 53.81 183.98 124.57 -
System Red Green Blue C M Y K H S L
Decimal 49 37 153 0.68 0.76 0 0.4 246.21 0.61 0.37
Hex 31 25 99 44 4C 0 28 F6 3D 25
Octal 61 45 231 104 114 0 50 366 75 45
Binary 110001 100101 10011001 1000100 1001100 0 101000 11110110 111101 100101

Color Harmonies of #312599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312599

Black with #312599

Text Example


Text Example

White with #312599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312599; }

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

 H1.HeaderClassName
 {
   color: #312599;
 }
 .AnyTagClassName
 {
   color: #312599;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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