Shades of Dark Slate Blue #31339B
Tints of Dark Slate Blue #31339B
RGB
CMYK
RGB Variations
Color information
#31339B (or 0x31339B) is known color: Dark Slate Blue. HEX triplet: 31, 33 and 9B. RGB value is (49,51,155). Sum of RGB (Red+Green+Blue) = 49+51+155=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #31339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31339B is #CECC64. Grayscale: #3D3D3D. Windows color (decimal): -13552741 or 10171185. OLE color: 10171185.
HSL color Cylindrical-coordinate representation of color #31339B: hue angle of 238.87º 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 #31339B is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 51 | 155 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.39 |
| HSL | 238.87º | 0.52% | 0.4% | - |
| HSV(B) | 238.87º | 0.68% | 0.61% | - |
| XYZ | 8.37 | 5.39 | 31.61 | - |
| YUV | 62.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 155 | 0.68 | 0.67 | 0 | 0.39 | 238.87 | 0.52 | 0.4 |
| Hex | 31 | 33 | 9B | 44 | 43 | 0 | 27 | EF | 34 | 28 |
| Octal | 61 | 63 | 233 | 104 | 103 | 0 | 47 | 357 | 64 | 50 |
| Binary | 110001 | 110011 | 10011011 | 1000100 | 1000011 | 0 | 100111 | 11101111 | 110100 | 101000 |
Color Harmonies of #31339B
Complementary color
Monochromatic Colors of #31339B
Black with #31339B
Text Example
Text Example
White with #31339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31339B; }
p { color: rgb(49,51,155); }
H1.HeaderClassName
{
color: #31339B;
}
.AnyTagClassName
{
color: #31339B;
}
</style>
background-color css
<style>
a { background-color: #31339B; }
a { background-color: rgb(49,51,155); }
div.DivClassName
{
background-color: #31339B;
}
.BgClassName
{
background-color: #31339B;
}
</style>
border-color css
<style>
span { border-color: #31339B; }
span { border-color: rgb(49,51,155); }
td.TdClassName
{
border-color: #31339B;
}
.TagClassName
{
border-color: #31339B;
}
</style>