Html Css Color HEX #312399 Dark Slate Blue

📋 copy color: '#312399'

red 49 ◦ green 35 ◦ blue 153

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

Shades of Dark Slate Blue #312399

Tints of Dark Slate Blue #312399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.77%

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

R = 20.68%
G = 14.77%
B = 64.56%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#312399 (or 0x312399) is known color: Dark Slate Blue. HEX triplet: 31, 23 and 99. RGB value is (49,35,153). Sum of RGB (Red+Green+Blue) = 49+35+153=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #312399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312399 is #CEDC66. Grayscale: #343434. Windows color (decimal): -13556839 or 10036017. OLE color: 10036017.

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

Color convert

RGB 49 35 153 -
CMYK 0.68 0.77 0 0.4
HSL 247.12º 0.63% 0.37% -
HSV(B) 247.12º 0.77% 0.6% -
XYZ 7.62 4.15 30.54 -
YUV 52.64 184.64 125.41 -
System Red Green Blue C M Y K H S L
Decimal 49 35 153 0.68 0.77 0 0.4 247.12 0.63 0.37
Hex 31 23 99 44 4D 0 28 F7 3F 25
Octal 61 43 231 104 115 0 50 367 77 45
Binary 110001 100011 10011001 1000100 1001101 0 101000 11110111 111111 100101

Color Harmonies of #312399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312399

Black with #312399

Text Example


Text Example

White with #312399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312399; }

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

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

background-color css

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

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

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

border-color css

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

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

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