Shades of Han Purple #4402EE
Tints of Han Purple #4402EE
RGB
CMYK
RGB Variations
Color information
#4402EE (or 0x4402EE) is known color: Han Purple. HEX triplet: 44, 02 and EE. RGB value is (68,2,238). Sum of RGB (Red+Green+Blue) = 68+2+238=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 238 (93.36% from 255 or 77.27% from 308); Max value from RGB is 238 - color contains mainly: blue. Hex color #4402EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4402EE is #BBFD11. Grayscale: #2F2F2F. Windows color (decimal): -12320018 or 15598148. OLE color: 15598148.
HSL color Cylindrical-coordinate representation of color #4402EE: hue angle of 256.78º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4402EE is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 2 | 238 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.07 |
| HSL | 256.78º | 0.98% | 0.47% | - |
| HSV(B) | 256.78º | 0.99% | 0.93% | - |
| XYZ | 17.84 | 7.45 | 81.39 | - |
| YUV | 48.64 | 234.87 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 238 | 0.71 | 0.99 | 0 | 0.07 | 256.78 | 0.98 | 0.47 |
| Hex | 44 | 2 | EE | 47 | 63 | 0 | 7 | 101 | 62 | 2F |
| Octal | 104 | 2 | 356 | 107 | 143 | 0 | 7 | 401 | 142 | 57 |
| Binary | 1000100 | 10 | 11101110 | 1000111 | 1100011 | 0 | 111 | 100000001 | 1100010 | 101111 |
Color Harmonies of #4402EE
Complementary color
Monochromatic Colors of #4402EE
Black with #4402EE
Text Example
Text Example
White with #4402EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4402EE; }
p { color: rgb(68,2,238); }
H1.HeaderClassName
{
color: #4402EE;
}
.AnyTagClassName
{
color: #4402EE;
}
</style>
background-color css
<style>
a { background-color: #4402EE; }
a { background-color: rgb(68,2,238); }
div.DivClassName
{
background-color: #4402EE;
}
.BgClassName
{
background-color: #4402EE;
}
</style>
border-color css
<style>
span { border-color: #4402EE; }
span { border-color: rgb(68,2,238); }
td.TdClassName
{
border-color: #4402EE;
}
.TagClassName
{
border-color: #4402EE;
}
</style>