Shades of Dark Slate Blue #302397
Tints of Dark Slate Blue #302397
RGB
CMYK
RGB Variations
Color information
#302397 (or 0x302397) is known color: Dark Slate Blue. HEX triplet: 30, 23 and 97. RGB value is (48,35,151). Sum of RGB (Red+Green+Blue) = 48+35+151=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #302397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302397 is #CFDC68. Grayscale: #333333. Windows color (decimal): -13622377 or 9904944. OLE color: 9904944.
HSL color Cylindrical-coordinate representation of color #302397: hue angle of 246.72º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302397 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 35 | 151 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.41 |
| HSL | 246.72º | 0.62% | 0.36% | - |
| HSV(B) | 246.72º | 0.77% | 0.59% | - |
| XYZ | 7.41 | 4.06 | 29.67 | - |
| YUV | 52.11 | 183.81 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 151 | 0.68 | 0.77 | 0 | 0.41 | 246.72 | 0.62 | 0.36 |
| Hex | 30 | 23 | 97 | 44 | 4D | 0 | 29 | F7 | 3E | 24 |
| Octal | 60 | 43 | 227 | 104 | 115 | 0 | 51 | 367 | 76 | 44 |
| Binary | 110000 | 100011 | 10010111 | 1000100 | 1001101 | 0 | 101001 | 11110111 | 111110 | 100100 |
Color Harmonies of #302397
Complementary color
Monochromatic Colors of #302397
Black with #302397
Text Example
Text Example
White with #302397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302397; }
p { color: rgb(48,35,151); }
H1.HeaderClassName
{
color: #302397;
}
.AnyTagClassName
{
color: #302397;
}
</style>
background-color css
<style>
a { background-color: #302397; }
a { background-color: rgb(48,35,151); }
div.DivClassName
{
background-color: #302397;
}
.BgClassName
{
background-color: #302397;
}
</style>
border-color css
<style>
span { border-color: #302397; }
span { border-color: rgb(48,35,151); }
td.TdClassName
{
border-color: #302397;
}
.TagClassName
{
border-color: #302397;
}
</style>