Shades of Dark Slate Blue #41338A
Tints of Dark Slate Blue #41338A
RGB
CMYK
RGB Variations
Color information
#41338A (or 0x41338A) is known color: Dark Slate Blue. HEX triplet: 41, 33 and 8A. RGB value is (65,51,138). Sum of RGB (Red+Green+Blue) = 65+51+138=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #41338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41338A is #BECC75. Grayscale: #404040. Windows color (decimal): -12504182 or 9057089. OLE color: 9057089.
HSL color Cylindrical-coordinate representation of color #41338A: hue angle of 249.66º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41338A is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 51 | 138 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.46 |
| HSL | 249.66º | 0.46% | 0.37% | - |
| HSV(B) | 249.66º | 0.63% | 0.54% | - |
| XYZ | 7.95 | 5.33 | 24.65 | - |
| YUV | 65.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 138 | 0.53 | 0.63 | 0 | 0.46 | 249.66 | 0.46 | 0.37 |
| Hex | 41 | 33 | 8A | 35 | 3F | 0 | 2E | FA | 2E | 25 |
| Octal | 101 | 63 | 212 | 65 | 77 | 0 | 56 | 372 | 56 | 45 |
| Binary | 1000001 | 110011 | 10001010 | 110101 | 111111 | 0 | 101110 | 11111010 | 101110 | 100101 |
Color Harmonies of #41338A
Complementary color
Monochromatic Colors of #41338A
Black with #41338A
Text Example
Text Example
White with #41338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41338A; }
p { color: rgb(65,51,138); }
H1.HeaderClassName
{
color: #41338A;
}
.AnyTagClassName
{
color: #41338A;
}
</style>
background-color css
<style>
a { background-color: #41338A; }
a { background-color: rgb(65,51,138); }
div.DivClassName
{
background-color: #41338A;
}
.BgClassName
{
background-color: #41338A;
}
</style>
border-color css
<style>
span { border-color: #41338A; }
span { border-color: rgb(65,51,138); }
td.TdClassName
{
border-color: #41338A;
}
.TagClassName
{
border-color: #41338A;
}
</style>