Shades of Han Purple #4200EE
Tints of Han Purple #4200EE
RGB
CMYK
RGB Variations
Color information
#4200EE (or 0x4200EE) is known color: Han Purple. HEX triplet: 42, 00 and EE. RGB value is (66,0,238). Sum of RGB (Red+Green+Blue) = 66+0+238=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 238 (93.36% from 255 or 78.29% from 304); Max value from RGB is 238 - color contains mainly: blue. Hex color #4200EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4200EE is #BDFF11. Grayscale: #2D2D2D. Windows color (decimal): -12451602 or 15597634. OLE color: 15597634.
HSL color Cylindrical-coordinate representation of color #4200EE: hue angle of 256.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200EE is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 0 | 238 | - |
| CMYK | 0.72 | 1 | 0 | 0.07 |
| HSL | 256.64º | 1% | 0.47% | - |
| HSV(B) | 256.64º | 1% | 0.93% | - |
| XYZ | 17.68 | 7.33 | 81.37 | - |
| YUV | 46.87 | 235.87 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 238 | 0.72 | 1 | 0 | 0.07 | 256.64 | 1 | 0.47 |
| Hex | 42 | 0 | EE | 48 | 64 | 0 | 7 | 101 | 64 | 2F |
| Octal | 102 | 0 | 356 | 110 | 144 | 0 | 7 | 401 | 144 | 57 |
| Binary | 1000010 | 0 | 11101110 | 1001000 | 1100100 | 0 | 111 | 100000001 | 1100100 | 101111 |
Color Harmonies of #4200EE
Complementary color
Monochromatic Colors of #4200EE
Black with #4200EE
Text Example
Text Example
White with #4200EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4200EE; }
p { color: rgb(66,0,238); }
H1.HeaderClassName
{
color: #4200EE;
}
.AnyTagClassName
{
color: #4200EE;
}
</style>
background-color css
<style>
a { background-color: #4200EE; }
a { background-color: rgb(66,0,238); }
div.DivClassName
{
background-color: #4200EE;
}
.BgClassName
{
background-color: #4200EE;
}
</style>
border-color css
<style>
span { border-color: #4200EE; }
span { border-color: rgb(66,0,238); }
td.TdClassName
{
border-color: #4200EE;
}
.TagClassName
{
border-color: #4200EE;
}
</style>