Shades of Dark Slate Blue #2F2691
Tints of Dark Slate Blue #2F2691
RGB
CMYK
RGB Variations
Color information
#2F2691 (or 0x2F2691) is known color: Dark Slate Blue. HEX triplet: 2F, 26 and 91. RGB value is (47,38,145). Sum of RGB (Red+Green+Blue) = 47+38+145=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F2691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2691 is #D0D96E. Grayscale: #343434. Windows color (decimal): -13687151 or 9512495. OLE color: 9512495.
HSL color Cylindrical-coordinate representation of color #2F2691: hue angle of 245.05º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F2691 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 38 | 145 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.43 |
| HSL | 245.05º | 0.58% | 0.36% | - |
| HSV(B) | 245.05º | 0.74% | 0.57% | - |
| XYZ | 6.98 | 4.03 | 27.2 | - |
| YUV | 52.89 | 179.98 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 145 | 0.68 | 0.74 | 0 | 0.43 | 245.05 | 0.58 | 0.36 |
| Hex | 2F | 26 | 91 | 44 | 4A | 0 | 2B | F5 | 3A | 24 |
| Octal | 57 | 46 | 221 | 104 | 112 | 0 | 53 | 365 | 72 | 44 |
| Binary | 101111 | 100110 | 10010001 | 1000100 | 1001010 | 0 | 101011 | 11110101 | 111010 | 100100 |
Color Harmonies of #2F2691
Complementary color
Monochromatic Colors of #2F2691
Black with #2F2691
Text Example
Text Example
White with #2F2691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2691; }
p { color: rgb(47,38,145); }
H1.HeaderClassName
{
color: #2F2691;
}
.AnyTagClassName
{
color: #2F2691;
}
</style>
background-color css
<style>
a { background-color: #2F2691; }
a { background-color: rgb(47,38,145); }
div.DivClassName
{
background-color: #2F2691;
}
.BgClassName
{
background-color: #2F2691;
}
</style>
border-color css
<style>
span { border-color: #2F2691; }
span { border-color: rgb(47,38,145); }
td.TdClassName
{
border-color: #2F2691;
}
.TagClassName
{
border-color: #2F2691;
}
</style>