Shades of Dark Slate Blue #41308B
Tints of Dark Slate Blue #41308B
RGB
CMYK
RGB Variations
Color information
#41308B (or 0x41308B) is known color: Dark Slate Blue. HEX triplet: 41, 30 and 8B. RGB value is (65,48,139). Sum of RGB (Red+Green+Blue) = 65+48+139=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #41308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41308B is #BECF74. Grayscale: #3F3F3F. Windows color (decimal): -12504949 or 9121857. OLE color: 9121857.
HSL color Cylindrical-coordinate representation of color #41308B: hue angle of 251.21º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41308B is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 48 | 139 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.45 |
| HSL | 251.21º | 0.49% | 0.37% | - |
| HSV(B) | 251.21º | 0.65% | 0.55% | - |
| XYZ | 7.9 | 5.1 | 24.99 | - |
| YUV | 63.46 | 170.63 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 139 | 0.53 | 0.65 | 0 | 0.45 | 251.21 | 0.49 | 0.37 |
| Hex | 41 | 30 | 8B | 35 | 41 | 0 | 2D | FB | 31 | 25 |
| Octal | 101 | 60 | 213 | 65 | 101 | 0 | 55 | 373 | 61 | 45 |
| Binary | 1000001 | 110000 | 10001011 | 110101 | 1000001 | 0 | 101101 | 11111011 | 110001 | 100101 |
Color Harmonies of #41308B
Complementary color
Monochromatic Colors of #41308B
Black with #41308B
Text Example
Text Example
White with #41308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41308B; }
p { color: rgb(65,48,139); }
H1.HeaderClassName
{
color: #41308B;
}
.AnyTagClassName
{
color: #41308B;
}
</style>
background-color css
<style>
a { background-color: #41308B; }
a { background-color: rgb(65,48,139); }
div.DivClassName
{
background-color: #41308B;
}
.BgClassName
{
background-color: #41308B;
}
</style>
border-color css
<style>
span { border-color: #41308B; }
span { border-color: rgb(65,48,139); }
td.TdClassName
{
border-color: #41308B;
}
.TagClassName
{
border-color: #41308B;
}
</style>