Shades of Dark Slate Blue #413FA4
Tints of Dark Slate Blue #413FA4
RGB
CMYK
RGB Variations
Color information
#413FA4 (or 0x413FA4) is known color: Dark Slate Blue. HEX triplet: 41, 3F and A4. RGB value is (65,63,164). Sum of RGB (Red+Green+Blue) = 65+63+164=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #413FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413FA4 is #BEC05B. Grayscale: #4A4A4A. Windows color (decimal): -12501084 or 10764097. OLE color: 10764097.
HSL color Cylindrical-coordinate representation of color #413FA4: hue angle of 241.19º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413FA4 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 63 | 164 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.36 |
| HSL | 241.19º | 0.44% | 0.45% | - |
| HSV(B) | 241.19º | 0.62% | 0.64% | - |
| XYZ | 10.66 | 7.36 | 35.98 | - |
| YUV | 75.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 164 | 0.60 | 0.62 | 0 | 0.36 | 241.19 | 0.44 | 0.45 |
| Hex | 41 | 3F | A4 | 3C | 3E | 0 | 24 | F1 | 2C | 2D |
| Octal | 101 | 77 | 244 | 74 | 76 | 0 | 44 | 361 | 54 | 55 |
| Binary | 1000001 | 111111 | 10100100 | 111100 | 111110 | 0 | 100100 | 11110001 | 101100 | 101101 |
Color Harmonies of #413FA4
Complementary color
Monochromatic Colors of #413FA4
Black with #413FA4
Text Example
Text Example
White with #413FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FA4; }
p { color: rgb(65,63,164); }
H1.HeaderClassName
{
color: #413FA4;
}
.AnyTagClassName
{
color: #413FA4;
}
</style>
background-color css
<style>
a { background-color: #413FA4; }
a { background-color: rgb(65,63,164); }
div.DivClassName
{
background-color: #413FA4;
}
.BgClassName
{
background-color: #413FA4;
}
</style>
border-color css
<style>
span { border-color: #413FA4; }
span { border-color: rgb(65,63,164); }
td.TdClassName
{
border-color: #413FA4;
}
.TagClassName
{
border-color: #413FA4;
}
</style>