Shades of Dark Slate Blue #4441A0
Tints of Dark Slate Blue #4441A0
RGB
CMYK
RGB Variations
Color information
#4441A0 (or 0x4441A0) is known color: Dark Slate Blue. HEX triplet: 44, 41 and A0. RGB value is (68,65,160). Sum of RGB (Red+Green+Blue) = 68+65+160=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 160 (62.89% from 255 or 54.61% from 293); Max value from RGB is 160 - color contains mainly: blue. Hex color #4441A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4441A0 is #BBBE5F. Grayscale: #4C4C4C. Windows color (decimal): -12303968 or 10502468. OLE color: 10502468.
HSL color Cylindrical-coordinate representation of color #4441A0: hue angle of 241.89º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4441A0 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 65 | 160 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.37 |
| HSL | 241.89º | 0.42% | 0.44% | - |
| HSV(B) | 241.89º | 0.59% | 0.63% | - |
| XYZ | 10.62 | 7.55 | 34.15 | - |
| YUV | 76.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 160 | 0.57 | 0.59 | 0 | 0.37 | 241.89 | 0.42 | 0.44 |
| Hex | 44 | 41 | A0 | 39 | 3B | 0 | 25 | F2 | 2A | 2C |
| Octal | 104 | 101 | 240 | 71 | 73 | 0 | 45 | 362 | 52 | 54 |
| Binary | 1000100 | 1000001 | 10100000 | 111001 | 111011 | 0 | 100101 | 11110010 | 101010 | 101100 |
Color Harmonies of #4441A0
Complementary color
Monochromatic Colors of #4441A0
Black with #4441A0
Text Example
Text Example
White with #4441A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4441A0; }
p { color: rgb(68,65,160); }
H1.HeaderClassName
{
color: #4441A0;
}
.AnyTagClassName
{
color: #4441A0;
}
</style>
background-color css
<style>
a { background-color: #4441A0; }
a { background-color: rgb(68,65,160); }
div.DivClassName
{
background-color: #4441A0;
}
.BgClassName
{
background-color: #4441A0;
}
</style>
border-color css
<style>
span { border-color: #4441A0; }
span { border-color: rgb(68,65,160); }
td.TdClassName
{
border-color: #4441A0;
}
.TagClassName
{
border-color: #4441A0;
}
</style>