Shades of Han Purple #4202EF
Tints of Han Purple #4202EF
RGB
CMYK
RGB Variations
Color information
#4202EF (or 0x4202EF) is known color: Han Purple. HEX triplet: 42, 02 and EF. RGB value is (66,2,239). Sum of RGB (Red+Green+Blue) = 66+2+239=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #4202EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4202EF is #BDFD10. Grayscale: #2F2F2F. Windows color (decimal): -12451089 or 15663682. OLE color: 15663682.
HSL color Cylindrical-coordinate representation of color #4202EF: hue angle of 256.2º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4202EF is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 2 | 239 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.06 |
| HSL | 256.2º | 0.98% | 0.47% | - |
| HSV(B) | 256.2º | 0.99% | 0.94% | - |
| XYZ | 17.85 | 7.43 | 82.16 | - |
| YUV | 48.15 | 235.7 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 239 | 0.72 | 0.99 | 0 | 0.06 | 256.2 | 0.98 | 0.47 |
| Hex | 42 | 2 | EF | 48 | 63 | 0 | 6 | 100 | 62 | 2F |
| Octal | 102 | 2 | 357 | 110 | 143 | 0 | 6 | 400 | 142 | 57 |
| Binary | 1000010 | 10 | 11101111 | 1001000 | 1100011 | 0 | 110 | 100000000 | 1100010 | 101111 |
Color Harmonies of #4202EF
Complementary color
Monochromatic Colors of #4202EF
Black with #4202EF
Text Example
Text Example
White with #4202EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4202EF; }
p { color: rgb(66,2,239); }
H1.HeaderClassName
{
color: #4202EF;
}
.AnyTagClassName
{
color: #4202EF;
}
</style>
background-color css
<style>
a { background-color: #4202EF; }
a { background-color: rgb(66,2,239); }
div.DivClassName
{
background-color: #4202EF;
}
.BgClassName
{
background-color: #4202EF;
}
</style>
border-color css
<style>
span { border-color: #4202EF; }
span { border-color: rgb(66,2,239); }
td.TdClassName
{
border-color: #4202EF;
}
.TagClassName
{
border-color: #4202EF;
}
</style>