Shades of Dark Slate Blue #41357C
Tints of Dark Slate Blue #41357C
RGB
CMYK
RGB Variations
Color information
#41357C (or 0x41357C) is known color: Dark Slate Blue. HEX triplet: 41, 35 and 7C. RGB value is (65,53,124). Sum of RGB (Red+Green+Blue) = 65+53+124=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #41357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41357C is #BECA83. Grayscale: #404040. Windows color (decimal): -12503684 or 8140097. OLE color: 8140097.
HSL color Cylindrical-coordinate representation of color #41357C: hue angle of 250.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41357C is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 53 | 124 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.51 |
| HSL | 250.14º | 0.4% | 0.35% | - |
| HSV(B) | 250.14º | 0.57% | 0.49% | - |
| XYZ | 7.09 | 5.13 | 19.68 | - |
| YUV | 64.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 124 | 0.48 | 0.57 | 0 | 0.51 | 250.14 | 0.4 | 0.35 |
| Hex | 41 | 35 | 7C | 30 | 39 | 0 | 33 | FA | 28 | 23 |
| Octal | 101 | 65 | 174 | 60 | 71 | 0 | 63 | 372 | 50 | 43 |
| Binary | 1000001 | 110101 | 1111100 | 110000 | 111001 | 0 | 110011 | 11111010 | 101000 | 100011 |
Color Harmonies of #41357C
Complementary color
Monochromatic Colors of #41357C
Black with #41357C
Text Example
Text Example
White with #41357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41357C; }
p { color: rgb(65,53,124); }
H1.HeaderClassName
{
color: #41357C;
}
.AnyTagClassName
{
color: #41357C;
}
</style>
background-color css
<style>
a { background-color: #41357C; }
a { background-color: rgb(65,53,124); }
div.DivClassName
{
background-color: #41357C;
}
.BgClassName
{
background-color: #41357C;
}
</style>
border-color css
<style>
span { border-color: #41357C; }
span { border-color: rgb(65,53,124); }
td.TdClassName
{
border-color: #41357C;
}
.TagClassName
{
border-color: #41357C;
}
</style>