Html Css Color HEX #31288C Dark Slate Blue

📋 copy color: '#31288C'

red 49 ◦ green 40 ◦ blue 140

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

Shades of Dark Slate Blue #31288C

Tints of Dark Slate Blue #31288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 21.4%
G = 17.47%
B = 61.14%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31288C (or 0x31288C) is known color: Dark Slate Blue. HEX triplet: 31, 28 and 8C. RGB value is (49,40,140). Sum of RGB (Red+Green+Blue) = 49+40+140=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #31288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31288C is #CED773. Grayscale: #353535. Windows color (decimal): -13555572 or 9185329. OLE color: 9185329.

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

Color convert

RGB 49 40 140 -
CMYK 0.65 0.71 0 0.45
HSL 245.4º 0.56% 0.35% -
HSV(B) 245.4º 0.71% 0.55% -
XYZ 6.76 4.06 25.24 -
YUV 54.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 49 40 140 0.65 0.71 0 0.45 245.4 0.56 0.35
Hex 31 28 8C 41 47 0 2D F5 38 23
Octal 61 50 214 101 107 0 55 365 70 43
Binary 110001 101000 10001100 1000001 1000111 0 101101 11110101 111000 100011

Color Harmonies of #31288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31288C

Black with #31288C

Text Example


Text Example

White with #31288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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