Html Css Color HEX #31278B Dark Slate Blue

📋 copy color: '#31278B'

red 49 ◦ green 39 ◦ blue 139

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

Shades of Dark Slate Blue #31278B

Tints of Dark Slate Blue #31278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

 BLUE value IS 139 (54.69% from 255) = 61.23%

R = 21.59%
G = 17.18%
B = 61.23%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31278B (or 0x31278B) is known color: Dark Slate Blue. HEX triplet: 31, 27 and 8B. RGB value is (49,39,139). Sum of RGB (Red+Green+Blue) = 49+39+139=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #31278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31278B is #CED874. Grayscale: #343434. Windows color (decimal): -13555829 or 9119537. OLE color: 9119537.

HSL color Cylindrical-coordinate representation of color #31278B: hue angle of 246º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31278B is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 39 139 -
CMYK 0.65 0.72 0 0.45
HSL 246º 0.56% 0.35% -
HSV(B) 246º 0.72% 0.55% -
XYZ 6.65 3.97 24.84 -
YUV 53.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 49 39 139 0.65 0.72 0 0.45 246 0.56 0.35
Hex 31 27 8B 41 48 0 2D F6 38 23
Octal 61 47 213 101 110 0 55 366 70 43
Binary 110001 100111 10001011 1000001 1001000 0 101101 11110110 111000 100011

Color Harmonies of #31278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31278B

Black with #31278B

Text Example


Text Example

White with #31278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,39,139); }

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

background-color css

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

 a { background-color: rgb(49,39,139); }

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

border-color css

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

 span { border-color: rgb(49,39,139); }

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