Shades of Han Purple #4202FF
Tints of Han Purple #4202FF
RGB
CMYK
RGB Variations
Color information
#4202FF (or 0x4202FF) is known color: Han Purple. HEX triplet: 42, 02 and FF. RGB value is (66,2,255). Sum of RGB (Red+Green+Blue) = 66+2+255=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #4202FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4202FF is #BDFD00. Grayscale: #313131. Windows color (decimal): -12451073 or 16712258. OLE color: 16712258.
HSL color Cylindrical-coordinate representation of color #4202FF: hue angle of 255.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4202FF is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 2 | 255 | - |
| CMYK | 0.74 | 0.99 | 0 | 0 |
| HSL | 255.18º | 1% | 0.5% | - |
| HSV(B) | 255.18º | 0.99% | 1% | - |
| XYZ | 20.32 | 8.42 | 95.16 | - |
| YUV | 49.98 | 243.7 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 255 | 0.74 | 0.99 | 0 | 0 | 255.18 | 1 | 0.5 |
| Hex | 42 | 2 | FF | 4A | 63 | 0 | 0 | FF | 64 | 32 |
| Octal | 102 | 2 | 377 | 112 | 143 | 0 | 0 | 377 | 144 | 62 |
| Binary | 1000010 | 10 | 11111111 | 1001010 | 1100011 | 0 | 0 | 11111111 | 1100100 | 110010 |
Color Harmonies of #4202FF
Complementary color
Monochromatic Colors of #4202FF
Black with #4202FF
Text Example
Text Example
White with #4202FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4202FF; }
p { color: rgb(66,2,255); }
H1.HeaderClassName
{
color: #4202FF;
}
.AnyTagClassName
{
color: #4202FF;
}
</style>
background-color css
<style>
a { background-color: #4202FF; }
a { background-color: rgb(66,2,255); }
div.DivClassName
{
background-color: #4202FF;
}
.BgClassName
{
background-color: #4202FF;
}
</style>
border-color css
<style>
span { border-color: #4202FF; }
span { border-color: rgb(66,2,255); }
td.TdClassName
{
border-color: #4202FF;
}
.TagClassName
{
border-color: #4202FF;
}
</style>