Shades of Han Purple #4208F0
Tints of Han Purple #4208F0
RGB
CMYK
RGB Variations
Color information
#4208F0 (or 0x4208F0) is known color: Han Purple. HEX triplet: 42, 08 and F0. RGB value is (66,8,240). Sum of RGB (Red+Green+Blue) = 66+8+240=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 240 (94.14% from 255 or 76.43% from 314); Max value from RGB is 240 - color contains mainly: blue. Hex color #4208F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4208F0 is #BDF70F. Grayscale: #323232. Windows color (decimal): -12449552 or 15730754. OLE color: 15730754.
HSL color Cylindrical-coordinate representation of color #4208F0: hue angle of 255º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4208F0 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 8 | 240 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.06 |
| HSL | 255º | 0.94% | 0.49% | - |
| HSV(B) | 255º | 0.97% | 0.94% | - |
| XYZ | 18.06 | 7.62 | 82.96 | - |
| YUV | 51.79 | 234.22 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 240 | 0.72 | 0.97 | 0 | 0.06 | 255 | 0.94 | 0.49 |
| Hex | 42 | 8 | F0 | 48 | 61 | 0 | 6 | FF | 5E | 31 |
| Octal | 102 | 10 | 360 | 110 | 141 | 0 | 6 | 377 | 136 | 61 |
| Binary | 1000010 | 1000 | 11110000 | 1001000 | 1100001 | 0 | 110 | 11111111 | 1011110 | 110001 |
Color Harmonies of #4208F0
Complementary color
Monochromatic Colors of #4208F0
Black with #4208F0
Text Example
Text Example
White with #4208F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4208F0; }
p { color: rgb(66,8,240); }
H1.HeaderClassName
{
color: #4208F0;
}
.AnyTagClassName
{
color: #4208F0;
}
</style>
background-color css
<style>
a { background-color: #4208F0; }
a { background-color: rgb(66,8,240); }
div.DivClassName
{
background-color: #4208F0;
}
.BgClassName
{
background-color: #4208F0;
}
</style>
border-color css
<style>
span { border-color: #4208F0; }
span { border-color: rgb(66,8,240); }
td.TdClassName
{
border-color: #4208F0;
}
.TagClassName
{
border-color: #4208F0;
}
</style>