Shades of Dark Slate Blue #2F2999
Tints of Dark Slate Blue #2F2999
RGB
CMYK
RGB Variations
Color information
#2F2999 (or 0x2F2999) is known color: Dark Slate Blue. HEX triplet: 2F, 29 and 99. RGB value is (47,41,153). Sum of RGB (Red+Green+Blue) = 47+41+153=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F2999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2999 is #D0D666. Grayscale: #373737. Windows color (decimal): -13686375 or 10037551. OLE color: 10037551.
HSL color Cylindrical-coordinate representation of color #2F2999: hue angle of 243.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2999 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 41 | 153 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.4 |
| HSL | 243.21º | 0.58% | 0.38% | - |
| HSV(B) | 243.21º | 0.73% | 0.6% | - |
| XYZ | 7.71 | 4.49 | 30.6 | - |
| YUV | 55.56 | 182.99 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 153 | 0.69 | 0.73 | 0 | 0.4 | 243.21 | 0.58 | 0.38 |
| Hex | 2F | 29 | 99 | 45 | 49 | 0 | 28 | F3 | 3A | 26 |
| Octal | 57 | 51 | 231 | 105 | 111 | 0 | 50 | 363 | 72 | 46 |
| Binary | 101111 | 101001 | 10011001 | 1000101 | 1001001 | 0 | 101000 | 11110011 | 111010 | 100110 |
Color Harmonies of #2F2999
Complementary color
Monochromatic Colors of #2F2999
Black with #2F2999
Text Example
Text Example
White with #2F2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2999; }
p { color: rgb(47,41,153); }
H1.HeaderClassName
{
color: #2F2999;
}
.AnyTagClassName
{
color: #2F2999;
}
</style>
background-color css
<style>
a { background-color: #2F2999; }
a { background-color: rgb(47,41,153); }
div.DivClassName
{
background-color: #2F2999;
}
.BgClassName
{
background-color: #2F2999;
}
</style>
border-color css
<style>
span { border-color: #2F2999; }
span { border-color: rgb(47,41,153); }
td.TdClassName
{
border-color: #2F2999;
}
.TagClassName
{
border-color: #2F2999;
}
</style>