Shades of Han Purple #4401EE
Tints of Han Purple #4401EE
RGB
CMYK
RGB Variations
Color information
#4401EE (or 0x4401EE) is known color: Han Purple. HEX triplet: 44, 01 and EE. RGB value is (68,1,238). Sum of RGB (Red+Green+Blue) = 68+1+238=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #4401EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4401EE is #BBFE11. Grayscale: #2F2F2F. Windows color (decimal): -12320274 or 15597892. OLE color: 15597892.
HSL color Cylindrical-coordinate representation of color #4401EE: hue angle of 256.96º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4401EE is Cyan = 0.71, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 1 | 238 | - |
| CMYK | 0.71 | 1.00 | 0 | 0.07 |
| HSL | 256.96º | 0.99% | 0.47% | - |
| HSV(B) | 256.96º | 1% | 0.93% | - |
| XYZ | 17.83 | 7.42 | 81.38 | - |
| YUV | 48.05 | 235.2 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 238 | 0.71 | 1.00 | 0 | 0.07 | 256.96 | 0.99 | 0.47 |
| Hex | 44 | 1 | EE | 47 | 64 | 0 | 7 | 101 | 63 | 2F |
| Octal | 104 | 1 | 356 | 107 | 144 | 0 | 7 | 401 | 143 | 57 |
| Binary | 1000100 | 1 | 11101110 | 1000111 | 1100100 | 0 | 111 | 100000001 | 1100011 | 101111 |
Color Harmonies of #4401EE
Complementary color
Monochromatic Colors of #4401EE
Black with #4401EE
Text Example
Text Example
White with #4401EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4401EE; }
p { color: rgb(68,1,238); }
H1.HeaderClassName
{
color: #4401EE;
}
.AnyTagClassName
{
color: #4401EE;
}
</style>
background-color css
<style>
a { background-color: #4401EE; }
a { background-color: rgb(68,1,238); }
div.DivClassName
{
background-color: #4401EE;
}
.BgClassName
{
background-color: #4401EE;
}
</style>
border-color css
<style>
span { border-color: #4401EE; }
span { border-color: rgb(68,1,238); }
td.TdClassName
{
border-color: #4401EE;
}
.TagClassName
{
border-color: #4401EE;
}
</style>