Shades of Dark Slate Blue #41358A
Tints of Dark Slate Blue #41358A
RGB
CMYK
RGB Variations
Color information
#41358A (or 0x41358A) is known color: Dark Slate Blue. HEX triplet: 41, 35 and 8A. RGB value is (65,53,138). Sum of RGB (Red+Green+Blue) = 65+53+138=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #41358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41358A is #BECA75. Grayscale: #414141. Windows color (decimal): -12503670 or 9057601. OLE color: 9057601.
HSL color Cylindrical-coordinate representation of color #41358A: hue angle of 248.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41358A is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 53 | 138 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.46 |
| HSL | 248.47º | 0.45% | 0.37% | - |
| HSV(B) | 248.47º | 0.62% | 0.54% | - |
| XYZ | 8.04 | 5.51 | 24.68 | - |
| YUV | 66.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 138 | 0.53 | 0.62 | 0 | 0.46 | 248.47 | 0.45 | 0.37 |
| Hex | 41 | 35 | 8A | 35 | 3E | 0 | 2E | F8 | 2D | 25 |
| Octal | 101 | 65 | 212 | 65 | 76 | 0 | 56 | 370 | 55 | 45 |
| Binary | 1000001 | 110101 | 10001010 | 110101 | 111110 | 0 | 101110 | 11111000 | 101101 | 100101 |
Color Harmonies of #41358A
Complementary color
Monochromatic Colors of #41358A
Black with #41358A
Text Example
Text Example
White with #41358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41358A; }
p { color: rgb(65,53,138); }
H1.HeaderClassName
{
color: #41358A;
}
.AnyTagClassName
{
color: #41358A;
}
</style>
background-color css
<style>
a { background-color: #41358A; }
a { background-color: rgb(65,53,138); }
div.DivClassName
{
background-color: #41358A;
}
.BgClassName
{
background-color: #41358A;
}
</style>
border-color css
<style>
span { border-color: #41358A; }
span { border-color: rgb(65,53,138); }
td.TdClassName
{
border-color: #41358A;
}
.TagClassName
{
border-color: #41358A;
}
</style>