Html Css Color HEX #31299C Dark Slate Blue

📋 copy color: '#31299C'

red 49 ◦ green 41 ◦ blue 156

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

Shades of Dark Slate Blue #31299C

Tints of Dark Slate Blue #31299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.67%

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

R = 19.92%
G = 16.67%
B = 63.41%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31299C (or 0x31299C) is known color: Dark Slate Blue. HEX triplet: 31, 29 and 9C. RGB value is (49,41,156). Sum of RGB (Red+Green+Blue) = 49+41+156=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #31299C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31299C is #CED663. Grayscale: #383838. Windows color (decimal): -13555300 or 10234161. OLE color: 10234161.

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

Color convert

RGB 49 41 156 -
CMYK 0.69 0.74 0 0.39
HSL 244.17º 0.58% 0.39% -
HSV(B) 244.17º 0.74% 0.61% -
XYZ 8.06 4.64 31.92 -
YUV 56.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 49 41 156 0.69 0.74 0 0.39 244.17 0.58 0.39
Hex 31 29 9C 45 4A 0 27 F4 3A 27
Octal 61 51 234 105 112 0 47 364 72 47
Binary 110001 101001 10011100 1000101 1001010 0 100111 11110100 111010 100111

Color Harmonies of #31299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31299C

Black with #31299C

Text Example


Text Example

White with #31299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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