Html Css Color HEX #312398 Dark Slate Blue

📋 copy color: '#312398'

red 49 ◦ green 35 ◦ blue 152

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

Shades of Dark Slate Blue #312398

Tints of Dark Slate Blue #312398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.41%

R = 20.76%
G = 14.83%
B = 64.41%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#312398 (or 0x312398) is known color: Dark Slate Blue. HEX triplet: 31, 23 and 98. RGB value is (49,35,152). Sum of RGB (Red+Green+Blue) = 49+35+152=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #312398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312398 is #CEDC67. Grayscale: #343434. Windows color (decimal): -13556840 or 9970481. OLE color: 9970481.

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

Color convert

RGB 49 35 152 -
CMYK 0.68 0.77 0 0.40
HSL 247.18º 0.63% 0.37% -
HSV(B) 247.18º 0.77% 0.6% -
XYZ 7.54 4.12 30.1 -
YUV 52.52 184.14 125.49 -
System Red Green Blue C M Y K H S L
Decimal 49 35 152 0.68 0.77 0 0.40 247.18 0.63 0.37
Hex 31 23 98 44 4D 0 28 F7 3F 25
Octal 61 43 230 104 115 0 50 367 77 45
Binary 110001 100011 10011000 1000100 1001101 0 101000 11110111 111111 100101

Color Harmonies of #312398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312398

Black with #312398

Text Example


Text Example

White with #312398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312398; }

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

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

background-color css

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

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

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

border-color css

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

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

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