Shades of Dark Slate Blue #302995
Tints of Dark Slate Blue #302995
RGB
CMYK
RGB Variations
Color information
#302995 (or 0x302995) is known color: Dark Slate Blue. HEX triplet: 30, 29 and 95. RGB value is (48,41,149). Sum of RGB (Red+Green+Blue) = 48+41+149=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #302995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302995 is #CFD66A. Grayscale: #363636. Windows color (decimal): -13620843 or 9775408. OLE color: 9775408.
HSL color Cylindrical-coordinate representation of color #302995: hue angle of 243.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302995 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 41 | 149 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.42 |
| HSL | 243.89º | 0.57% | 0.37% | - |
| HSV(B) | 243.89º | 0.72% | 0.58% | - |
| XYZ | 7.44 | 4.38 | 28.89 | - |
| YUV | 55.41 | 180.82 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 149 | 0.68 | 0.72 | 0 | 0.42 | 243.89 | 0.57 | 0.37 |
| Hex | 30 | 29 | 95 | 44 | 48 | 0 | 2A | F4 | 39 | 25 |
| Octal | 60 | 51 | 225 | 104 | 110 | 0 | 52 | 364 | 71 | 45 |
| Binary | 110000 | 101001 | 10010101 | 1000100 | 1001000 | 0 | 101010 | 11110100 | 111001 | 100101 |
Color Harmonies of #302995
Complementary color
Monochromatic Colors of #302995
Black with #302995
Text Example
Text Example
White with #302995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302995; }
p { color: rgb(48,41,149); }
H1.HeaderClassName
{
color: #302995;
}
.AnyTagClassName
{
color: #302995;
}
</style>
background-color css
<style>
a { background-color: #302995; }
a { background-color: rgb(48,41,149); }
div.DivClassName
{
background-color: #302995;
}
.BgClassName
{
background-color: #302995;
}
</style>
border-color css
<style>
span { border-color: #302995; }
span { border-color: rgb(48,41,149); }
td.TdClassName
{
border-color: #302995;
}
.TagClassName
{
border-color: #302995;
}
</style>