Html Css Color HEX #31249F Dark Slate Blue

📋 copy color: '#31249F'

red 49 ◦ green 36 ◦ blue 159

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

Shades of Dark Slate Blue #31249F

Tints of Dark Slate Blue #31249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.16%

R = 20.08%
G = 14.75%
B = 65.16%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31249F (or 0x31249F) is known color: Dark Slate Blue. HEX triplet: 31, 24 and 9F. RGB value is (49,36,159). Sum of RGB (Red+Green+Blue) = 49+36+159=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #31249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31249F is #CEDB60. Grayscale: #353535. Windows color (decimal): -13556577 or 10429489. OLE color: 10429489.

HSL color Cylindrical-coordinate representation of color #31249F: hue angle of 246.34º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31249F is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 36 159 -
CMYK 0.69 0.77 0 0.38
HSL 246.34º 0.63% 0.38% -
HSV(B) 246.34º 0.77% 0.62% -
XYZ 8.16 4.42 33.22 -
YUV 53.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 49 36 159 0.69 0.77 0 0.38 246.34 0.63 0.38
Hex 31 24 9F 45 4D 0 26 F6 3F 26
Octal 61 44 237 105 115 0 46 366 77 46
Binary 110001 100100 10011111 1000101 1001101 0 100110 11110110 111111 100110

Color Harmonies of #31249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31249F

Black with #31249F

Text Example


Text Example

White with #31249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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