Html Css Color HEX #31229C Dark Slate Blue

📋 copy color: '#31229C'

red 49 ◦ green 34 ◦ blue 156

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

Shades of Dark Slate Blue #31229C

Tints of Dark Slate Blue #31229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

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

R = 20.5%
G = 14.23%
B = 65.27%

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

#31229C (or 0x31229C) is known color: Dark Slate Blue. HEX triplet: 31, 22 and 9C. RGB value is (49,34,156). Sum of RGB (Red+Green+Blue) = 49+34+156=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #31229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31229C is #CEDD63. Grayscale: #333333. Windows color (decimal): -13557092 or 10232369. OLE color: 10232369.

HSL color Cylindrical-coordinate representation of color #31229C: hue angle of 247.38º degrees, saturation: 0.64, 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 #31229C is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 34 156 -
CMYK 0.69 0.78 0 0.39
HSL 247.38º 0.64% 0.37% -
HSV(B) 247.38º 0.78% 0.61% -
XYZ 7.84 4.2 31.85 -
YUV 52.39 186.47 125.58 -
System Red Green Blue C M Y K H S L
Decimal 49 34 156 0.69 0.78 0 0.39 247.38 0.64 0.37
Hex 31 22 9C 45 4E 0 27 F7 40 25
Octal 61 42 234 105 116 0 47 367 100 45
Binary 110001 100010 10011100 1000101 1001110 0 100111 11110111 1000000 100101

Color Harmonies of #31229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31229C

Black with #31229C

Text Example


Text Example

White with #31229C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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