Shades of Dark Slate Blue #2D2795
Tints of Dark Slate Blue #2D2795
RGB
CMYK
RGB Variations
Color information
#2D2795 (or 0x2D2795) is known color: Dark Slate Blue. HEX triplet: 2D, 27 and 95. RGB value is (45,39,149). Sum of RGB (Red+Green+Blue) = 45+39+149=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D2795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2795 is #D2D86A. Grayscale: #343434. Windows color (decimal): -13817963 or 9774893. OLE color: 9774893.
HSL color Cylindrical-coordinate representation of color #2D2795: hue angle of 243.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D2795 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 39 | 149 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.42 |
| HSL | 243.27º | 0.59% | 0.37% | - |
| HSV(B) | 243.27º | 0.74% | 0.58% | - |
| XYZ | 7.23 | 4.18 | 28.86 | - |
| YUV | 53.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 149 | 0.70 | 0.74 | 0 | 0.42 | 243.27 | 0.59 | 0.37 |
| Hex | 2D | 27 | 95 | 46 | 4A | 0 | 2A | F3 | 3B | 25 |
| Octal | 55 | 47 | 225 | 106 | 112 | 0 | 52 | 363 | 73 | 45 |
| Binary | 101101 | 100111 | 10010101 | 1000110 | 1001010 | 0 | 101010 | 11110011 | 111011 | 100101 |
Color Harmonies of #2D2795
Complementary color
Monochromatic Colors of #2D2795
Black with #2D2795
Text Example
Text Example
White with #2D2795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2795; }
p { color: rgb(45,39,149); }
H1.HeaderClassName
{
color: #2D2795;
}
.AnyTagClassName
{
color: #2D2795;
}
</style>
background-color css
<style>
a { background-color: #2D2795; }
a { background-color: rgb(45,39,149); }
div.DivClassName
{
background-color: #2D2795;
}
.BgClassName
{
background-color: #2D2795;
}
</style>
border-color css
<style>
span { border-color: #2D2795; }
span { border-color: rgb(45,39,149); }
td.TdClassName
{
border-color: #2D2795;
}
.TagClassName
{
border-color: #2D2795;
}
</style>