Html Css Color HEX #31239C Dark Slate Blue

📋 copy color: '#31239C'

red 49 ◦ green 35 ◦ blue 156

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

Shades of Dark Slate Blue #31239C

Tints of Dark Slate Blue #31239C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65%

R = 20.42%
G = 14.58%
B = 65%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31239C (or 0x31239C) is known color: Dark Slate Blue. HEX triplet: 31, 23 and 9C. RGB value is (49,35,156). Sum of RGB (Red+Green+Blue) = 49+35+156=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #31239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31239C is #CEDC63. Grayscale: #343434. Windows color (decimal): -13556836 or 10232625. OLE color: 10232625.

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

Color convert

RGB 49 35 156 -
CMYK 0.69 0.78 0 0.39
HSL 246.94º 0.63% 0.37% -
HSV(B) 246.94º 0.78% 0.61% -
XYZ 7.87 4.26 31.86 -
YUV 52.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 49 35 156 0.69 0.78 0 0.39 246.94 0.63 0.37
Hex 31 23 9C 45 4E 0 27 F7 3F 25
Octal 61 43 234 105 116 0 47 367 77 45
Binary 110001 100011 10011100 1000101 1001110 0 100111 11110111 111111 100101

Color Harmonies of #31239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31239C

Black with #31239C

Text Example


Text Example

White with #31239C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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