Shades of Han Purple #4405EF
Tints of Han Purple #4405EF
RGB
CMYK
RGB Variations
Color information
#4405EF (or 0x4405EF) is known color: Han Purple. HEX triplet: 44, 05 and EF. RGB value is (68,5,239). Sum of RGB (Red+Green+Blue) = 68+5+239=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #4405EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4405EF is #BBFA10. Grayscale: #313131. Windows color (decimal): -12319249 or 15664452. OLE color: 15664452.
HSL color Cylindrical-coordinate representation of color #4405EF: hue angle of 256.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4405EF is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 5 | 239 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.06 |
| HSL | 256.15º | 0.96% | 0.48% | - |
| HSV(B) | 256.15º | 0.98% | 0.94% | - |
| XYZ | 18.02 | 7.57 | 82.17 | - |
| YUV | 50.51 | 234.37 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 239 | 0.72 | 0.98 | 0 | 0.06 | 256.15 | 0.96 | 0.48 |
| Hex | 44 | 5 | EF | 48 | 62 | 0 | 6 | 100 | 60 | 30 |
| Octal | 104 | 5 | 357 | 110 | 142 | 0 | 6 | 400 | 140 | 60 |
| Binary | 1000100 | 101 | 11101111 | 1001000 | 1100010 | 0 | 110 | 100000000 | 1100000 | 110000 |
Color Harmonies of #4405EF
Complementary color
Monochromatic Colors of #4405EF
Black with #4405EF
Text Example
Text Example
White with #4405EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4405EF; }
p { color: rgb(68,5,239); }
H1.HeaderClassName
{
color: #4405EF;
}
.AnyTagClassName
{
color: #4405EF;
}
</style>
background-color css
<style>
a { background-color: #4405EF; }
a { background-color: rgb(68,5,239); }
div.DivClassName
{
background-color: #4405EF;
}
.BgClassName
{
background-color: #4405EF;
}
</style>
border-color css
<style>
span { border-color: #4405EF; }
span { border-color: rgb(68,5,239); }
td.TdClassName
{
border-color: #4405EF;
}
.TagClassName
{
border-color: #4405EF;
}
</style>