Shades of Dark Slate Blue #41368F
Tints of Dark Slate Blue #41368F
RGB
CMYK
RGB Variations
Color information
#41368F (or 0x41368F) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 8F. RGB value is (65,54,143). Sum of RGB (Red+Green+Blue) = 65+54+143=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #41368F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41368F is #BEC970. Grayscale: #434343. Windows color (decimal): -12503409 or 9385537. OLE color: 9385537.
HSL color Cylindrical-coordinate representation of color #41368F: hue angle of 247.42º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41368F is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 54 | 143 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.44 |
| HSL | 247.42º | 0.45% | 0.39% | - |
| HSV(B) | 247.42º | 0.62% | 0.56% | - |
| XYZ | 8.46 | 5.75 | 26.65 | - |
| YUV | 67.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 143 | 0.55 | 0.62 | 0 | 0.44 | 247.42 | 0.45 | 0.39 |
| Hex | 41 | 36 | 8F | 37 | 3E | 0 | 2C | F7 | 2D | 27 |
| Octal | 101 | 66 | 217 | 67 | 76 | 0 | 54 | 367 | 55 | 47 |
| Binary | 1000001 | 110110 | 10001111 | 110111 | 111110 | 0 | 101100 | 11110111 | 101101 | 100111 |
Color Harmonies of #41368F
Complementary color
Monochromatic Colors of #41368F
Black with #41368F
Text Example
Text Example
White with #41368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41368F; }
p { color: rgb(65,54,143); }
H1.HeaderClassName
{
color: #41368F;
}
.AnyTagClassName
{
color: #41368F;
}
</style>
background-color css
<style>
a { background-color: #41368F; }
a { background-color: rgb(65,54,143); }
div.DivClassName
{
background-color: #41368F;
}
.BgClassName
{
background-color: #41368F;
}
</style>
border-color css
<style>
span { border-color: #41368F; }
span { border-color: rgb(65,54,143); }
td.TdClassName
{
border-color: #41368F;
}
.TagClassName
{
border-color: #41368F;
}
</style>