Shades of Han Purple #441AD3
Tints of Han Purple #441AD3
RGB
CMYK
RGB Variations
Color information
#441AD3 (or 0x441AD3) is known color: Han Purple. HEX triplet: 44, 1A and D3. RGB value is (68,26,211). Sum of RGB (Red+Green+Blue) = 68+26+211=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 211 (82.81% from 255 or 69.18% from 305); Max value from RGB is 211 - color contains mainly: blue. Hex color #441AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441AD3 is #BBE52C. Grayscale: #3A3A3A. Windows color (decimal): -12313901 or 13834820. OLE color: 13834820.
HSL color Cylindrical-coordinate representation of color #441AD3: hue angle of 253.62º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441AD3 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 26 | 211 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.17 |
| HSL | 253.62º | 0.78% | 0.46% | - |
| HSV(B) | 253.62º | 0.88% | 0.83% | - |
| XYZ | 14.51 | 6.67 | 62.15 | - |
| YUV | 59.65 | 213.41 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 211 | 0.68 | 0.88 | 0 | 0.17 | 253.62 | 0.78 | 0.46 |
| Hex | 44 | 1A | D3 | 44 | 58 | 0 | 11 | FE | 4E | 2E |
| Octal | 104 | 32 | 323 | 104 | 130 | 0 | 21 | 376 | 116 | 56 |
| Binary | 1000100 | 11010 | 11010011 | 1000100 | 1011000 | 0 | 10001 | 11111110 | 1001110 | 101110 |
Color Harmonies of #441AD3
Complementary color
Monochromatic Colors of #441AD3
Black with #441AD3
Text Example
Text Example
White with #441AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441AD3; }
p { color: rgb(68,26,211); }
H1.HeaderClassName
{
color: #441AD3;
}
.AnyTagClassName
{
color: #441AD3;
}
</style>
background-color css
<style>
a { background-color: #441AD3; }
a { background-color: rgb(68,26,211); }
div.DivClassName
{
background-color: #441AD3;
}
.BgClassName
{
background-color: #441AD3;
}
</style>
border-color css
<style>
span { border-color: #441AD3; }
span { border-color: rgb(68,26,211); }
td.TdClassName
{
border-color: #441AD3;
}
.TagClassName
{
border-color: #441AD3;
}
</style>