Shades of Dark Slate Blue #30298F
Tints of Dark Slate Blue #30298F
RGB
CMYK
RGB Variations
Color information
#30298F (or 0x30298F) is known color: Dark Slate Blue. HEX triplet: 30, 29 and 8F. RGB value is (48,41,143). Sum of RGB (Red+Green+Blue) = 48+41+143=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #30298F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30298F is #CFD670. Grayscale: #363636. Windows color (decimal): -13620849 or 9382192. OLE color: 9382192.
HSL color Cylindrical-coordinate representation of color #30298F: hue angle of 244.12º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30298F is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 41 | 143 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.44 |
| HSL | 244.12º | 0.55% | 0.36% | - |
| HSV(B) | 244.12º | 0.71% | 0.56% | - |
| XYZ | 6.97 | 4.2 | 26.43 | - |
| YUV | 54.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 143 | 0.66 | 0.71 | 0 | 0.44 | 244.12 | 0.55 | 0.36 |
| Hex | 30 | 29 | 8F | 42 | 47 | 0 | 2C | F4 | 37 | 24 |
| Octal | 60 | 51 | 217 | 102 | 107 | 0 | 54 | 364 | 67 | 44 |
| Binary | 110000 | 101001 | 10001111 | 1000010 | 1000111 | 0 | 101100 | 11110100 | 110111 | 100100 |
Color Harmonies of #30298F
Complementary color
Monochromatic Colors of #30298F
Black with #30298F
Text Example
Text Example
White with #30298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30298F; }
p { color: rgb(48,41,143); }
H1.HeaderClassName
{
color: #30298F;
}
.AnyTagClassName
{
color: #30298F;
}
</style>
background-color css
<style>
a { background-color: #30298F; }
a { background-color: rgb(48,41,143); }
div.DivClassName
{
background-color: #30298F;
}
.BgClassName
{
background-color: #30298F;
}
</style>
border-color css
<style>
span { border-color: #30298F; }
span { border-color: rgb(48,41,143); }
td.TdClassName
{
border-color: #30298F;
}
.TagClassName
{
border-color: #30298F;
}
</style>