Shades of Han Purple #4205FF
Tints of Han Purple #4205FF
RGB
CMYK
RGB Variations
Color information
#4205FF (or 0x4205FF) is known color: Han Purple. HEX triplet: 42, 05 and FF. RGB value is (66,5,255). Sum of RGB (Red+Green+Blue) = 66+5+255=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #4205FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4205FF is #BDFA00. Grayscale: #323232. Windows color (decimal): -12450305 or 16713026. OLE color: 16713026.
HSL color Cylindrical-coordinate representation of color #4205FF: hue angle of 254.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4205FF is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 5 | 255 | - |
| CMYK | 0.74 | 0.98 | 0 | 0 |
| HSL | 254.64º | 1% | 0.51% | - |
| HSV(B) | 254.64º | 0.98% | 1% | - |
| XYZ | 20.35 | 8.49 | 95.17 | - |
| YUV | 51.74 | 242.71 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 255 | 0.74 | 0.98 | 0 | 0 | 254.64 | 1 | 0.51 |
| Hex | 42 | 5 | FF | 4A | 62 | 0 | 0 | FF | 64 | 33 |
| Octal | 102 | 5 | 377 | 112 | 142 | 0 | 0 | 377 | 144 | 63 |
| Binary | 1000010 | 101 | 11111111 | 1001010 | 1100010 | 0 | 0 | 11111111 | 1100100 | 110011 |
Color Harmonies of #4205FF
Complementary color
Monochromatic Colors of #4205FF
Black with #4205FF
Text Example
Text Example
White with #4205FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4205FF; }
p { color: rgb(66,5,255); }
H1.HeaderClassName
{
color: #4205FF;
}
.AnyTagClassName
{
color: #4205FF;
}
</style>
background-color css
<style>
a { background-color: #4205FF; }
a { background-color: rgb(66,5,255); }
div.DivClassName
{
background-color: #4205FF;
}
.BgClassName
{
background-color: #4205FF;
}
</style>
border-color css
<style>
span { border-color: #4205FF; }
span { border-color: rgb(66,5,255); }
td.TdClassName
{
border-color: #4205FF;
}
.TagClassName
{
border-color: #4205FF;
}
</style>