Html Css Color HEX #312498 Dark Slate Blue

📋 copy color: '#312498'

red 49 ◦ green 36 ◦ blue 152

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

Shades of Dark Slate Blue #312498

Tints of Dark Slate Blue #312498

RGB

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

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

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

R = 20.68%
G = 15.19%
B = 64.14%

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

#312498 (or 0x312498) is known color: Dark Slate Blue. HEX triplet: 31, 24 and 98. RGB value is (49,36,152). Sum of RGB (Red+Green+Blue) = 49+36+152=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #312498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312498 is #CEDB67. Grayscale: #343434. Windows color (decimal): -13556584 or 9970737. OLE color: 9970737.

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

Color convert

RGB 49 36 152 -
CMYK 0.68 0.76 0 0.40
HSL 246.72º 0.62% 0.37% -
HSV(B) 246.72º 0.76% 0.6% -
XYZ 7.56 4.18 30.11 -
YUV 53.11 183.81 125.07 -
System Red Green Blue C M Y K H S L
Decimal 49 36 152 0.68 0.76 0 0.40 246.72 0.62 0.37
Hex 31 24 98 44 4C 0 28 F7 3E 25
Octal 61 44 230 104 114 0 50 367 76 45
Binary 110001 100100 10011000 1000100 1001100 0 101000 11110111 111110 100101

Color Harmonies of #312498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312498

Black with #312498

Text Example


Text Example

White with #312498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312498; }

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

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

background-color css

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

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

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

border-color css

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

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

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