Shades of Dark Slate Blue #302791
Tints of Dark Slate Blue #302791
RGB
CMYK
RGB Variations
Color information
#302791 (or 0x302791) is known color: Dark Slate Blue. HEX triplet: 30, 27 and 91. RGB value is (48,39,145). Sum of RGB (Red+Green+Blue) = 48+39+145=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #302791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302791 is #CFD86E. Grayscale: #353535. Windows color (decimal): -13621359 or 9512752. OLE color: 9512752.
HSL color Cylindrical-coordinate representation of color #302791: hue angle of 245.09º 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 #302791 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 39 | 145 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.43 |
| HSL | 245.09º | 0.58% | 0.36% | - |
| HSV(B) | 245.09º | 0.73% | 0.57% | - |
| XYZ | 7.06 | 4.12 | 27.21 | - |
| YUV | 53.78 | 179.48 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 145 | 0.67 | 0.73 | 0 | 0.43 | 245.09 | 0.58 | 0.36 |
| Hex | 30 | 27 | 91 | 43 | 49 | 0 | 2B | F5 | 3A | 24 |
| Octal | 60 | 47 | 221 | 103 | 111 | 0 | 53 | 365 | 72 | 44 |
| Binary | 110000 | 100111 | 10010001 | 1000011 | 1001001 | 0 | 101011 | 11110101 | 111010 | 100100 |
Color Harmonies of #302791
Complementary color
Monochromatic Colors of #302791
Black with #302791
Text Example
Text Example
White with #302791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302791; }
p { color: rgb(48,39,145); }
H1.HeaderClassName
{
color: #302791;
}
.AnyTagClassName
{
color: #302791;
}
</style>
background-color css
<style>
a { background-color: #302791; }
a { background-color: rgb(48,39,145); }
div.DivClassName
{
background-color: #302791;
}
.BgClassName
{
background-color: #302791;
}
</style>
border-color css
<style>
span { border-color: #302791; }
span { border-color: rgb(48,39,145); }
td.TdClassName
{
border-color: #302791;
}
.TagClassName
{
border-color: #302791;
}
</style>