Shades of Dark Slate Blue #31329D
Tints of Dark Slate Blue #31329D
RGB
CMYK
RGB Variations
Color information
#31329D (or 0x31329D) is known color: Dark Slate Blue. HEX triplet: 31, 32 and 9D. RGB value is (49,50,157). Sum of RGB (Red+Green+Blue) = 49+50+157=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #31329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31329D is #CECD62. Grayscale: #3D3D3D. Windows color (decimal): -13552995 or 10302001. OLE color: 10302001.
HSL color Cylindrical-coordinate representation of color #31329D: hue angle of 239.44º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31329D is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 50 | 157 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.38 |
| HSL | 239.44º | 0.52% | 0.4% | - |
| HSV(B) | 239.44º | 0.69% | 0.62% | - |
| XYZ | 8.49 | 5.37 | 32.49 | - |
| YUV | 61.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 157 | 0.69 | 0.68 | 0 | 0.38 | 239.44 | 0.52 | 0.4 |
| Hex | 31 | 32 | 9D | 45 | 44 | 0 | 26 | EF | 34 | 28 |
| Octal | 61 | 62 | 235 | 105 | 104 | 0 | 46 | 357 | 64 | 50 |
| Binary | 110001 | 110010 | 10011101 | 1000101 | 1000100 | 0 | 100110 | 11101111 | 110100 | 101000 |
Color Harmonies of #31329D
Complementary color
Monochromatic Colors of #31329D
Black with #31329D
Text Example
Text Example
White with #31329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31329D; }
p { color: rgb(49,50,157); }
H1.HeaderClassName
{
color: #31329D;
}
.AnyTagClassName
{
color: #31329D;
}
</style>
background-color css
<style>
a { background-color: #31329D; }
a { background-color: rgb(49,50,157); }
div.DivClassName
{
background-color: #31329D;
}
.BgClassName
{
background-color: #31329D;
}
</style>
border-color css
<style>
span { border-color: #31329D; }
span { border-color: rgb(49,50,157); }
td.TdClassName
{
border-color: #31329D;
}
.TagClassName
{
border-color: #31329D;
}
</style>