Html Css Color HEX #31239B Dark Slate Blue

📋 copy color: '#31239B'

red 49 ◦ green 35 ◦ blue 155

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

Shades of Dark Slate Blue #31239B

Tints of Dark Slate Blue #31239B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 20.5%
G = 14.64%
B = 64.85%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31239B (or 0x31239B) is known color: Dark Slate Blue. HEX triplet: 31, 23 and 9B. RGB value is (49,35,155). Sum of RGB (Red+Green+Blue) = 49+35+155=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #31239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31239B is #CEDC64. Grayscale: #343434. Windows color (decimal): -13556837 or 10167089. OLE color: 10167089.

HSL color Cylindrical-coordinate representation of color #31239B: hue angle of 247º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31239B is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 35 155 -
CMYK 0.68 0.77 0 0.39
HSL 247º 0.63% 0.37% -
HSV(B) 247º 0.77% 0.61% -
XYZ 7.78 4.22 31.41 -
YUV 52.87 185.64 125.24 -
System Red Green Blue C M Y K H S L
Decimal 49 35 155 0.68 0.77 0 0.39 247 0.63 0.37
Hex 31 23 9B 44 4D 0 27 F7 3F 25
Octal 61 43 233 104 115 0 47 367 77 45
Binary 110001 100011 10011011 1000100 1001101 0 100111 11110111 111111 100101

Color Harmonies of #31239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31239B

Black with #31239B

Text Example


Text Example

White with #31239B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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