Shades of Dark Slate Blue #30259F
Tints of Dark Slate Blue #30259F
RGB
CMYK
RGB Variations
Color information
#30259F (or 0x30259F) is known color: Dark Slate Blue. HEX triplet: 30, 25 and 9F. RGB value is (48,37,159). Sum of RGB (Red+Green+Blue) = 48+37+159=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #30259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30259F is #CFDA60. Grayscale: #353535. Windows color (decimal): -13621857 or 10429744. OLE color: 10429744.
HSL color Cylindrical-coordinate representation of color #30259F: hue angle of 245.41º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30259F is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 37 | 159 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.38 |
| HSL | 245.41º | 0.62% | 0.38% | - |
| HSV(B) | 245.41º | 0.77% | 0.62% | - |
| XYZ | 8.14 | 4.45 | 33.23 | - |
| YUV | 54.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 159 | 0.70 | 0.77 | 0 | 0.38 | 245.41 | 0.62 | 0.38 |
| Hex | 30 | 25 | 9F | 46 | 4D | 0 | 26 | F5 | 3E | 26 |
| Octal | 60 | 45 | 237 | 106 | 115 | 0 | 46 | 365 | 76 | 46 |
| Binary | 110000 | 100101 | 10011111 | 1000110 | 1001101 | 0 | 100110 | 11110101 | 111110 | 100110 |
Color Harmonies of #30259F
Complementary color
Monochromatic Colors of #30259F
Black with #30259F
Text Example
Text Example
White with #30259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30259F; }
p { color: rgb(48,37,159); }
H1.HeaderClassName
{
color: #30259F;
}
.AnyTagClassName
{
color: #30259F;
}
</style>
background-color css
<style>
a { background-color: #30259F; }
a { background-color: rgb(48,37,159); }
div.DivClassName
{
background-color: #30259F;
}
.BgClassName
{
background-color: #30259F;
}
</style>
border-color css
<style>
span { border-color: #30259F; }
span { border-color: rgb(48,37,159); }
td.TdClassName
{
border-color: #30259F;
}
.TagClassName
{
border-color: #30259F;
}
</style>