Shades of Dark Slate Blue #413782
Tints of Dark Slate Blue #413782
RGB
CMYK
RGB Variations
Color information
#413782 (or 0x413782) is known color: Dark Slate Blue. HEX triplet: 41, 37 and 82. RGB value is (65,55,130). Sum of RGB (Red+Green+Blue) = 65+55+130=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #413782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413782 is #BEC87D. Grayscale: #424242. Windows color (decimal): -12503166 or 8533825. OLE color: 8533825.
HSL color Cylindrical-coordinate representation of color #413782: hue angle of 248º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413782 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 55 | 130 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.49 |
| HSL | 248º | 0.41% | 0.36% | - |
| HSV(B) | 248º | 0.58% | 0.51% | - |
| XYZ | 7.58 | 5.47 | 21.78 | - |
| YUV | 66.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 130 | 0.50 | 0.58 | 0 | 0.49 | 248 | 0.41 | 0.36 |
| Hex | 41 | 37 | 82 | 32 | 3A | 0 | 31 | F8 | 29 | 24 |
| Octal | 101 | 67 | 202 | 62 | 72 | 0 | 61 | 370 | 51 | 44 |
| Binary | 1000001 | 110111 | 10000010 | 110010 | 111010 | 0 | 110001 | 11111000 | 101001 | 100100 |
Color Harmonies of #413782
Complementary color
Monochromatic Colors of #413782
Black with #413782
Text Example
Text Example
White with #413782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413782; }
p { color: rgb(65,55,130); }
H1.HeaderClassName
{
color: #413782;
}
.AnyTagClassName
{
color: #413782;
}
</style>
background-color css
<style>
a { background-color: #413782; }
a { background-color: rgb(65,55,130); }
div.DivClassName
{
background-color: #413782;
}
.BgClassName
{
background-color: #413782;
}
</style>
border-color css
<style>
span { border-color: #413782; }
span { border-color: rgb(65,55,130); }
td.TdClassName
{
border-color: #413782;
}
.TagClassName
{
border-color: #413782;
}
</style>