Html Css Color HEX #312499 Dark Slate Blue

📋 copy color: '#312499'

red 49 ◦ green 36 ◦ blue 153

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

Shades of Dark Slate Blue #312499

Tints of Dark Slate Blue #312499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

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

R = 20.59%
G = 15.13%
B = 64.29%

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

#312499 (or 0x312499) is known color: Dark Slate Blue. HEX triplet: 31, 24 and 99. RGB value is (49,36,153). Sum of RGB (Red+Green+Blue) = 49+36+153=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #312499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312499 is #CEDB66. Grayscale: #343434. Windows color (decimal): -13556583 or 10036273. OLE color: 10036273.

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

Color convert

RGB 49 36 153 -
CMYK 0.68 0.76 0 0.4
HSL 246.67º 0.62% 0.37% -
HSV(B) 246.67º 0.76% 0.6% -
XYZ 7.65 4.21 30.55 -
YUV 53.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 49 36 153 0.68 0.76 0 0.4 246.67 0.62 0.37
Hex 31 24 99 44 4C 0 28 F7 3E 25
Octal 61 44 231 104 114 0 50 367 76 45
Binary 110001 100100 10011001 1000100 1001100 0 101000 11110111 111110 100101

Color Harmonies of #312499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312499

Black with #312499

Text Example


Text Example

White with #312499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312499; }

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

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

background-color css

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

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

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

border-color css

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

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

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