Shades of Han Purple #4409FF
Tints of Han Purple #4409FF
RGB
CMYK
RGB Variations
Color information
#4409FF (or 0x4409FF) is known color: Han Purple. HEX triplet: 44, 09 and FF. RGB value is (68,9,255). Sum of RGB (Red+Green+Blue) = 68+9+255=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #4409FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4409FF is #BBF600. Grayscale: #353535. Windows color (decimal): -12318209 or 16714052. OLE color: 16714052.
HSL color Cylindrical-coordinate representation of color #4409FF: hue angle of 254.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4409FF is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 9 | 255 | - |
| CMYK | 0.73 | 0.96 | 0 | 0 |
| HSL | 254.39º | 1% | 0.52% | - |
| HSV(B) | 254.39º | 0.96% | 1% | - |
| XYZ | 20.53 | 8.64 | 95.19 | - |
| YUV | 54.69 | 241.05 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 255 | 0.73 | 0.96 | 0 | 0 | 254.39 | 1 | 0.52 |
| Hex | 44 | 9 | FF | 49 | 60 | 0 | 0 | FE | 64 | 34 |
| Octal | 104 | 11 | 377 | 111 | 140 | 0 | 0 | 376 | 144 | 64 |
| Binary | 1000100 | 1001 | 11111111 | 1001001 | 1100000 | 0 | 0 | 11111110 | 1100100 | 110100 |
Color Harmonies of #4409FF
Complementary color
Monochromatic Colors of #4409FF
Black with #4409FF
Text Example
Text Example
White with #4409FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4409FF; }
p { color: rgb(68,9,255); }
H1.HeaderClassName
{
color: #4409FF;
}
.AnyTagClassName
{
color: #4409FF;
}
</style>
background-color css
<style>
a { background-color: #4409FF; }
a { background-color: rgb(68,9,255); }
div.DivClassName
{
background-color: #4409FF;
}
.BgClassName
{
background-color: #4409FF;
}
</style>
border-color css
<style>
span { border-color: #4409FF; }
span { border-color: rgb(68,9,255); }
td.TdClassName
{
border-color: #4409FF;
}
.TagClassName
{
border-color: #4409FF;
}
</style>