Html Css Color HEX #31288F Dark Slate Blue

📋 copy color: '#31288F'

red 49 ◦ green 40 ◦ blue 143

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

Shades of Dark Slate Blue #31288F

Tints of Dark Slate Blue #31288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

 BLUE value IS 143 (56.25% from 255) = 61.64%

R = 21.12%
G = 17.24%
B = 61.64%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31288F (or 0x31288F) is known color: Dark Slate Blue. HEX triplet: 31, 28 and 8F. RGB value is (49,40,143). Sum of RGB (Red+Green+Blue) = 49+40+143=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #31288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31288F is #CED770. Grayscale: #363636. Windows color (decimal): -13555569 or 9381937. OLE color: 9381937.

HSL color Cylindrical-coordinate representation of color #31288F: hue angle of 245.24º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31288F is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 40 143 -
CMYK 0.66 0.72 0 0.44
HSL 245.24º 0.56% 0.36% -
HSV(B) 245.24º 0.72% 0.56% -
XYZ 6.98 4.15 26.42 -
YUV 54.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 49 40 143 0.66 0.72 0 0.44 245.24 0.56 0.36
Hex 31 28 8F 42 48 0 2C F5 38 24
Octal 61 50 217 102 110 0 54 365 70 44
Binary 110001 101000 10001111 1000010 1001000 0 101100 11110101 111000 100100

Color Harmonies of #31288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31288F

Black with #31288F

Text Example


Text Example

White with #31288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,40,143); }

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

background-color css

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

 a { background-color: rgb(49,40,143); }

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

border-color css

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

 span { border-color: rgb(49,40,143); }

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