Shades of Dark Slate Blue #2D2792
Tints of Dark Slate Blue #2D2792
RGB
CMYK
RGB Variations
Color information
#2D2792 (or 0x2D2792) is known color: Dark Slate Blue. HEX triplet: 2D, 27 and 92. RGB value is (45,39,146). Sum of RGB (Red+Green+Blue) = 45+39+146=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D2792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2792 is #D2D86D. Grayscale: #343434. Windows color (decimal): -13817966 or 9578285. OLE color: 9578285.
HSL color Cylindrical-coordinate representation of color #2D2792: hue angle of 243.36º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D2792 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 39 | 146 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.43 |
| HSL | 243.36º | 0.58% | 0.36% | - |
| HSV(B) | 243.36º | 0.73% | 0.57% | - |
| XYZ | 7 | 4.08 | 27.61 | - |
| YUV | 52.99 | 180.49 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 39 | 146 | 0.69 | 0.73 | 0 | 0.43 | 243.36 | 0.58 | 0.36 |
| Hex | 2D | 27 | 92 | 45 | 49 | 0 | 2B | F3 | 3A | 24 |
| Octal | 55 | 47 | 222 | 105 | 111 | 0 | 53 | 363 | 72 | 44 |
| Binary | 101101 | 100111 | 10010010 | 1000101 | 1001001 | 0 | 101011 | 11110011 | 111010 | 100100 |
Color Harmonies of #2D2792
Complementary color
Monochromatic Colors of #2D2792
Black with #2D2792
Text Example
Text Example
White with #2D2792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2792; }
p { color: rgb(45,39,146); }
H1.HeaderClassName
{
color: #2D2792;
}
.AnyTagClassName
{
color: #2D2792;
}
</style>
background-color css
<style>
a { background-color: #2D2792; }
a { background-color: rgb(45,39,146); }
div.DivClassName
{
background-color: #2D2792;
}
.BgClassName
{
background-color: #2D2792;
}
</style>
border-color css
<style>
span { border-color: #2D2792; }
span { border-color: rgb(45,39,146); }
td.TdClassName
{
border-color: #2D2792;
}
.TagClassName
{
border-color: #2D2792;
}
</style>