Shades of Dark Slate Blue #31339C
Tints of Dark Slate Blue #31339C
RGB
CMYK
RGB Variations
Color information
#31339C (or 0x31339C) is known color: Dark Slate Blue. HEX triplet: 31, 33 and 9C. RGB value is (49,51,156). Sum of RGB (Red+Green+Blue) = 49+51+156=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #31339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31339C is #CECC63. Grayscale: #3D3D3D. Windows color (decimal): -13552740 or 10236721. OLE color: 10236721.
HSL color Cylindrical-coordinate representation of color #31339C: hue angle of 238.88º 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 #31339C is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 51 | 156 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.39 |
| HSL | 238.88º | 0.52% | 0.4% | - |
| HSV(B) | 238.88º | 0.69% | 0.61% | - |
| XYZ | 8.45 | 5.42 | 32.05 | - |
| YUV | 62.37 | 180.84 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 156 | 0.69 | 0.67 | 0 | 0.39 | 238.88 | 0.52 | 0.4 |
| Hex | 31 | 33 | 9C | 45 | 43 | 0 | 27 | EF | 34 | 28 |
| Octal | 61 | 63 | 234 | 105 | 103 | 0 | 47 | 357 | 64 | 50 |
| Binary | 110001 | 110011 | 10011100 | 1000101 | 1000011 | 0 | 100111 | 11101111 | 110100 | 101000 |
Color Harmonies of #31339C
Complementary color
Monochromatic Colors of #31339C
Black with #31339C
Text Example
Text Example
White with #31339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31339C; }
p { color: rgb(49,51,156); }
H1.HeaderClassName
{
color: #31339C;
}
.AnyTagClassName
{
color: #31339C;
}
</style>
background-color css
<style>
a { background-color: #31339C; }
a { background-color: rgb(49,51,156); }
div.DivClassName
{
background-color: #31339C;
}
.BgClassName
{
background-color: #31339C;
}
</style>
border-color css
<style>
span { border-color: #31339C; }
span { border-color: rgb(49,51,156); }
td.TdClassName
{
border-color: #31339C;
}
.TagClassName
{
border-color: #31339C;
}
</style>