Html Css Color HEX #31219C Dark Slate Blue

📋 copy color: '#31219C'

red 49 ◦ green 33 ◦ blue 156

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

Shades of Dark Slate Blue #31219C

Tints of Dark Slate Blue #31219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.87%

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

R = 20.59%
G = 13.87%
B = 65.55%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31219C (or 0x31219C) is known color: Dark Slate Blue. HEX triplet: 31, 21 and 9C. RGB value is (49,33,156). Sum of RGB (Red+Green+Blue) = 49+33+156=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #31219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31219C is #CEDE63. Grayscale: #333333. Windows color (decimal): -13557348 or 10232113. OLE color: 10232113.

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

Color convert

RGB 49 33 156 -
CMYK 0.69 0.79 0 0.39
HSL 247.8º 0.65% 0.37% -
HSV(B) 247.8º 0.79% 0.61% -
XYZ 7.81 4.14 31.84 -
YUV 51.81 186.8 126 -
System Red Green Blue C M Y K H S L
Decimal 49 33 156 0.69 0.79 0 0.39 247.8 0.65 0.37
Hex 31 21 9C 45 4F 0 27 F8 41 25
Octal 61 41 234 105 117 0 47 370 101 45
Binary 110001 100001 10011100 1000101 1001111 0 100111 11111000 1000001 100101

Color Harmonies of #31219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31219C

Black with #31219C

Text Example


Text Example

White with #31219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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