Shades of Dark Slate Blue #41347F
Tints of Dark Slate Blue #41347F
RGB
CMYK
RGB Variations
Color information
#41347F (or 0x41347F) is known color: Dark Slate Blue. HEX triplet: 41, 34 and 7F. RGB value is (65,52,127). Sum of RGB (Red+Green+Blue) = 65+52+127=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #41347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41347F is #BECB80. Grayscale: #404040. Windows color (decimal): -12503937 or 8336449. OLE color: 8336449.
HSL color Cylindrical-coordinate representation of color #41347F: hue angle of 250.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41347F is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 52 | 127 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.50 |
| HSL | 250.4º | 0.42% | 0.35% | - |
| HSV(B) | 250.4º | 0.59% | 0.5% | - |
| XYZ | 7.24 | 5.11 | 20.68 | - |
| YUV | 64.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 52 | 127 | 0.49 | 0.59 | 0 | 0.50 | 250.4 | 0.42 | 0.35 |
| Hex | 41 | 34 | 7F | 31 | 3B | 0 | 32 | FA | 2A | 23 |
| Octal | 101 | 64 | 177 | 61 | 73 | 0 | 62 | 372 | 52 | 43 |
| Binary | 1000001 | 110100 | 1111111 | 110001 | 111011 | 0 | 110010 | 11111010 | 101010 | 100011 |
Color Harmonies of #41347F
Complementary color
Monochromatic Colors of #41347F
Black with #41347F
Text Example
Text Example
White with #41347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41347F; }
p { color: rgb(65,52,127); }
H1.HeaderClassName
{
color: #41347F;
}
.AnyTagClassName
{
color: #41347F;
}
</style>
background-color css
<style>
a { background-color: #41347F; }
a { background-color: rgb(65,52,127); }
div.DivClassName
{
background-color: #41347F;
}
.BgClassName
{
background-color: #41347F;
}
</style>
border-color css
<style>
span { border-color: #41347F; }
span { border-color: rgb(65,52,127); }
td.TdClassName
{
border-color: #41347F;
}
.TagClassName
{
border-color: #41347F;
}
</style>