Shades of Dark Slate Blue #413C94
Tints of Dark Slate Blue #413C94
RGB
CMYK
RGB Variations
Color information
#413C94 (or 0x413C94) is known color: Dark Slate Blue. HEX triplet: 41, 3C and 94. RGB value is (65,60,148). Sum of RGB (Red+Green+Blue) = 65+60+148=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #413C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413C94 is #BEC36B. Grayscale: #474747. Windows color (decimal): -12501868 or 9714753. OLE color: 9714753.
HSL color Cylindrical-coordinate representation of color #413C94: hue angle of 243.41º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413C94 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 60 | 148 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.42 |
| HSL | 243.41º | 0.42% | 0.41% | - |
| HSV(B) | 243.41º | 0.59% | 0.58% | - |
| XYZ | 9.14 | 6.49 | 28.79 | - |
| YUV | 71.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 148 | 0.56 | 0.59 | 0 | 0.42 | 243.41 | 0.42 | 0.41 |
| Hex | 41 | 3C | 94 | 38 | 3B | 0 | 2A | F3 | 2A | 29 |
| Octal | 101 | 74 | 224 | 70 | 73 | 0 | 52 | 363 | 52 | 51 |
| Binary | 1000001 | 111100 | 10010100 | 111000 | 111011 | 0 | 101010 | 11110011 | 101010 | 101001 |
Color Harmonies of #413C94
Complementary color
Monochromatic Colors of #413C94
Black with #413C94
Text Example
Text Example
White with #413C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C94; }
p { color: rgb(65,60,148); }
H1.HeaderClassName
{
color: #413C94;
}
.AnyTagClassName
{
color: #413C94;
}
</style>
background-color css
<style>
a { background-color: #413C94; }
a { background-color: rgb(65,60,148); }
div.DivClassName
{
background-color: #413C94;
}
.BgClassName
{
background-color: #413C94;
}
</style>
border-color css
<style>
span { border-color: #413C94; }
span { border-color: rgb(65,60,148); }
td.TdClassName
{
border-color: #413C94;
}
.TagClassName
{
border-color: #413C94;
}
</style>