Html Css Color HEX #31329B Dark Slate Blue

📋 copy color: '#31329B'

red 49 ◦ green 50 ◦ blue 155

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

Shades of Dark Slate Blue #31329B

Tints of Dark Slate Blue #31329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

 BLUE value IS 155 (60.94% from 255) = 61.02%

R = 19.29%
G = 19.69%
B = 61.02%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31329B (or 0x31329B) is known color: Dark Slate Blue. HEX triplet: 31, 32 and 9B. RGB value is (49,50,155). Sum of RGB (Red+Green+Blue) = 49+50+155=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #31329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31329B is #CECD64. Grayscale: #3D3D3D. Windows color (decimal): -13552997 or 10170929. OLE color: 10170929.

HSL color Cylindrical-coordinate representation of color #31329B: hue angle of 239.43º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31329B is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 50 155 -
CMYK 0.68 0.68 0 0.39
HSL 239.43º 0.52% 0.4% -
HSV(B) 239.43º 0.68% 0.61% -
XYZ 8.32 5.3 31.59 -
YUV 61.67 180.67 118.96 -
System Red Green Blue C M Y K H S L
Decimal 49 50 155 0.68 0.68 0 0.39 239.43 0.52 0.4
Hex 31 32 9B 44 44 0 27 EF 34 28
Octal 61 62 233 104 104 0 47 357 64 50
Binary 110001 110010 10011011 1000100 1000100 0 100111 11101111 110100 101000

Color Harmonies of #31329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31329B

Black with #31329B

Text Example


Text Example

White with #31329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31329B; }

 p { color: rgb(49,50,155); }

 H1.HeaderClassName
 {
   color: #31329B;
 }
 .AnyTagClassName
 {
   color: #31329B;
 }
</style>

background-color css

<style>
 a { background-color: #31329B; }

 a { background-color: rgb(49,50,155); }

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

border-color css

<style>
 span { border-color: #31329B; }

 span { border-color: rgb(49,50,155); }

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