Shades of Han Purple #4208ED
Tints of Han Purple #4208ED
RGB
CMYK
RGB Variations
Color information
#4208ED (or 0x4208ED) is known color: Han Purple. HEX triplet: 42, 08 and ED. RGB value is (66,8,237). Sum of RGB (Red+Green+Blue) = 66+8+237=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 237 (92.97% from 255 or 76.21% from 311); Max value from RGB is 237 - color contains mainly: blue. Hex color #4208ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4208ED is #BDF712. Grayscale: #323232. Windows color (decimal): -12449555 or 15534146. OLE color: 15534146.
HSL color Cylindrical-coordinate representation of color #4208ED: hue angle of 255.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4208ED is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 8 | 237 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.07 |
| HSL | 255.2º | 0.93% | 0.48% | - |
| HSV(B) | 255.2º | 0.97% | 0.93% | - |
| XYZ | 17.62 | 7.45 | 80.63 | - |
| YUV | 51.45 | 232.72 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 237 | 0.72 | 0.97 | 0 | 0.07 | 255.2 | 0.93 | 0.48 |
| Hex | 42 | 8 | ED | 48 | 61 | 0 | 7 | FF | 5D | 30 |
| Octal | 102 | 10 | 355 | 110 | 141 | 0 | 7 | 377 | 135 | 60 |
| Binary | 1000010 | 1000 | 11101101 | 1001000 | 1100001 | 0 | 111 | 11111111 | 1011101 | 110000 |
Color Harmonies of #4208ED
Complementary color
Monochromatic Colors of #4208ED
Black with #4208ED
Text Example
Text Example
White with #4208ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4208ED; }
p { color: rgb(66,8,237); }
H1.HeaderClassName
{
color: #4208ED;
}
.AnyTagClassName
{
color: #4208ED;
}
</style>
background-color css
<style>
a { background-color: #4208ED; }
a { background-color: rgb(66,8,237); }
div.DivClassName
{
background-color: #4208ED;
}
.BgClassName
{
background-color: #4208ED;
}
</style>
border-color css
<style>
span { border-color: #4208ED; }
span { border-color: rgb(66,8,237); }
td.TdClassName
{
border-color: #4208ED;
}
.TagClassName
{
border-color: #4208ED;
}
</style>