Html Css Color HEX #312998 Dark Slate Blue

📋 copy color: '#312998'

red 49 ◦ green 41 ◦ blue 152

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

Shades of Dark Slate Blue #312998

Tints of Dark Slate Blue #312998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.94%

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

R = 20.25%
G = 16.94%
B = 62.81%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#312998 (or 0x312998) is known color: Dark Slate Blue. HEX triplet: 31, 29 and 98. RGB value is (49,41,152). Sum of RGB (Red+Green+Blue) = 49+41+152=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #312998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312998 is #CED667. Grayscale: #373737. Windows color (decimal): -13555304 or 9972017. OLE color: 9972017.

HSL color Cylindrical-coordinate representation of color #312998: hue angle of 244.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312998 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 41 152 -
CMYK 0.68 0.73 0 0.40
HSL 244.32º 0.58% 0.38% -
HSV(B) 244.32º 0.73% 0.6% -
XYZ 7.73 4.51 30.17 -
YUV 56.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 49 41 152 0.68 0.73 0 0.40 244.32 0.58 0.38
Hex 31 29 98 44 49 0 28 F4 3A 26
Octal 61 51 230 104 111 0 50 364 72 46
Binary 110001 101001 10011000 1000100 1001001 0 101000 11110100 111010 100110

Color Harmonies of #312998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312998

Black with #312998

Text Example


Text Example

White with #312998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312998; }

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

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

background-color css

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

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

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

border-color css

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

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

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