Shades of Dark Slate Blue #302891
Tints of Dark Slate Blue #302891
RGB
CMYK
RGB Variations
Color information
#302891 (or 0x302891) is known color: Dark Slate Blue. HEX triplet: 30, 28 and 91. RGB value is (48,40,145). Sum of RGB (Red+Green+Blue) = 48+40+145=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #302891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302891 is #CFD76E. Grayscale: #353535. Windows color (decimal): -13621103 or 9513008. OLE color: 9513008.
HSL color Cylindrical-coordinate representation of color #302891: hue angle of 244.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302891 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 40 | 145 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.43 |
| HSL | 244.57º | 0.57% | 0.36% | - |
| HSV(B) | 244.57º | 0.72% | 0.57% | - |
| XYZ | 7.09 | 4.19 | 27.22 | - |
| YUV | 54.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 145 | 0.67 | 0.72 | 0 | 0.43 | 244.57 | 0.57 | 0.36 |
| Hex | 30 | 28 | 91 | 43 | 48 | 0 | 2B | F5 | 39 | 24 |
| Octal | 60 | 50 | 221 | 103 | 110 | 0 | 53 | 365 | 71 | 44 |
| Binary | 110000 | 101000 | 10010001 | 1000011 | 1001000 | 0 | 101011 | 11110101 | 111001 | 100100 |
Color Harmonies of #302891
Complementary color
Monochromatic Colors of #302891
Black with #302891
Text Example
Text Example
White with #302891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302891; }
p { color: rgb(48,40,145); }
H1.HeaderClassName
{
color: #302891;
}
.AnyTagClassName
{
color: #302891;
}
</style>
background-color css
<style>
a { background-color: #302891; }
a { background-color: rgb(48,40,145); }
div.DivClassName
{
background-color: #302891;
}
.BgClassName
{
background-color: #302891;
}
</style>
border-color css
<style>
span { border-color: #302891; }
span { border-color: rgb(48,40,145); }
td.TdClassName
{
border-color: #302891;
}
.TagClassName
{
border-color: #302891;
}
</style>