Shades of Dark Slate Blue #31329C
Tints of Dark Slate Blue #31329C
RGB
CMYK
RGB Variations
Color information
#31329C (or 0x31329C) is known color: Dark Slate Blue. HEX triplet: 31, 32 and 9C. RGB value is (49,50,156). Sum of RGB (Red+Green+Blue) = 49+50+156=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #31329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31329C is #CECD63. Grayscale: #3D3D3D. Windows color (decimal): -13552996 or 10236465. OLE color: 10236465.
HSL color Cylindrical-coordinate representation of color #31329C: hue angle of 239.44º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31329C is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 50 | 156 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.39 |
| HSL | 239.44º | 0.52% | 0.4% | - |
| HSV(B) | 239.44º | 0.69% | 0.61% | - |
| XYZ | 8.41 | 5.33 | 32.04 | - |
| YUV | 61.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 156 | 0.69 | 0.68 | 0 | 0.39 | 239.44 | 0.52 | 0.4 |
| Hex | 31 | 32 | 9C | 45 | 44 | 0 | 27 | EF | 34 | 28 |
| Octal | 61 | 62 | 234 | 105 | 104 | 0 | 47 | 357 | 64 | 50 |
| Binary | 110001 | 110010 | 10011100 | 1000101 | 1000100 | 0 | 100111 | 11101111 | 110100 | 101000 |
Color Harmonies of #31329C
Complementary color
Monochromatic Colors of #31329C
Black with #31329C
Text Example
Text Example
White with #31329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31329C; }
p { color: rgb(49,50,156); }
H1.HeaderClassName
{
color: #31329C;
}
.AnyTagClassName
{
color: #31329C;
}
</style>
background-color css
<style>
a { background-color: #31329C; }
a { background-color: rgb(49,50,156); }
div.DivClassName
{
background-color: #31329C;
}
.BgClassName
{
background-color: #31329C;
}
</style>
border-color css
<style>
span { border-color: #31329C; }
span { border-color: rgb(49,50,156); }
td.TdClassName
{
border-color: #31329C;
}
.TagClassName
{
border-color: #31329C;
}
</style>