Shades of Han Purple #440AFD
Tints of Han Purple #440AFD
RGB
CMYK
RGB Variations
Color information
#440AFD (or 0x440AFD) is known color: Han Purple. HEX triplet: 44, 0A and FD. RGB value is (68,10,253). Sum of RGB (Red+Green+Blue) = 68+10+253=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #440AFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440AFD is #BBF502. Grayscale: #363636. Windows color (decimal): -12317955 or 16583236. OLE color: 16583236.
HSL color Cylindrical-coordinate representation of color #440AFD: hue angle of 254.32º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440AFD is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 10 | 253 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.01 |
| HSL | 254.32º | 0.98% | 0.52% | - |
| HSV(B) | 254.32º | 0.96% | 0.99% | - |
| XYZ | 20.22 | 8.54 | 93.51 | - |
| YUV | 55.04 | 239.72 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 253 | 0.73 | 0.96 | 0 | 0.01 | 254.32 | 0.98 | 0.52 |
| Hex | 44 | A | FD | 49 | 60 | 0 | 1 | FE | 62 | 34 |
| Octal | 104 | 12 | 375 | 111 | 140 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000100 | 1010 | 11111101 | 1001001 | 1100000 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #440AFD
Complementary color
Monochromatic Colors of #440AFD
Black with #440AFD
Text Example
Text Example
White with #440AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AFD; }
p { color: rgb(68,10,253); }
H1.HeaderClassName
{
color: #440AFD;
}
.AnyTagClassName
{
color: #440AFD;
}
</style>
background-color css
<style>
a { background-color: #440AFD; }
a { background-color: rgb(68,10,253); }
div.DivClassName
{
background-color: #440AFD;
}
.BgClassName
{
background-color: #440AFD;
}
</style>
border-color css
<style>
span { border-color: #440AFD; }
span { border-color: rgb(68,10,253); }
td.TdClassName
{
border-color: #440AFD;
}
.TagClassName
{
border-color: #440AFD;
}
</style>