Shades of Han Purple #440ADC
Tints of Han Purple #440ADC
RGB
CMYK
RGB Variations
Color information
#440ADC (or 0x440ADC) is known color: Han Purple. HEX triplet: 44, 0A and DC. RGB value is (68,10,220). Sum of RGB (Red+Green+Blue) = 68+10+220=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #440ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440ADC is #BBF523. Grayscale: #323232. Windows color (decimal): -12317988 or 14420548. OLE color: 14420548.
HSL color Cylindrical-coordinate representation of color #440ADC: hue angle of 256.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440ADC is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 10 | 220 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.14 |
| HSL | 256.57º | 0.91% | 0.45% | - |
| HSV(B) | 256.57º | 0.95% | 0.86% | - |
| XYZ | 15.41 | 6.61 | 68.17 | - |
| YUV | 51.28 | 223.22 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 220 | 0.69 | 0.95 | 0 | 0.14 | 256.57 | 0.91 | 0.45 |
| Hex | 44 | A | DC | 45 | 5F | 0 | E | 101 | 5B | 2D |
| Octal | 104 | 12 | 334 | 105 | 137 | 0 | 16 | 401 | 133 | 55 |
| Binary | 1000100 | 1010 | 11011100 | 1000101 | 1011111 | 0 | 1110 | 100000001 | 1011011 | 101101 |
Color Harmonies of #440ADC
Complementary color
Monochromatic Colors of #440ADC
Black with #440ADC
Text Example
Text Example
White with #440ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440ADC; }
p { color: rgb(68,10,220); }
H1.HeaderClassName
{
color: #440ADC;
}
.AnyTagClassName
{
color: #440ADC;
}
</style>
background-color css
<style>
a { background-color: #440ADC; }
a { background-color: rgb(68,10,220); }
div.DivClassName
{
background-color: #440ADC;
}
.BgClassName
{
background-color: #440ADC;
}
</style>
border-color css
<style>
span { border-color: #440ADC; }
span { border-color: rgb(68,10,220); }
td.TdClassName
{
border-color: #440ADC;
}
.TagClassName
{
border-color: #440ADC;
}
</style>