Html Css Color HEX #31239F Dark Slate Blue

📋 copy color: '#31239F'

red 49 ◦ green 35 ◦ blue 159

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

Shades of Dark Slate Blue #31239F

Tints of Dark Slate Blue #31239F

RGB

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

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

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

R = 20.16%
G = 14.4%
B = 65.43%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31239F (or 0x31239F) is known color: Dark Slate Blue. HEX triplet: 31, 23 and 9F. RGB value is (49,35,159). Sum of RGB (Red+Green+Blue) = 49+35+159=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #31239F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31239F is #CEDC60. Grayscale: #343434. Windows color (decimal): -13556833 or 10429233. OLE color: 10429233.

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

Color convert

RGB 49 35 159 -
CMYK 0.69 0.78 0 0.38
HSL 246.77º 0.64% 0.38% -
HSV(B) 246.77º 0.78% 0.62% -
XYZ 8.13 4.36 33.21 -
YUV 53.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 49 35 159 0.69 0.78 0 0.38 246.77 0.64 0.38
Hex 31 23 9F 45 4E 0 26 F7 40 26
Octal 61 43 237 105 116 0 46 367 100 46
Binary 110001 100011 10011111 1000101 1001110 0 100110 11110111 1000000 100110

Color Harmonies of #31239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31239F

Black with #31239F

Text Example


Text Example

White with #31239F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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