Shades of Han Purple #442CEF
Tints of Han Purple #442CEF
RGB
CMYK
RGB Variations
Color information
#442CEF (or 0x442CEF) is known color: Han Purple. HEX triplet: 44, 2C and EF. RGB value is (68,44,239). Sum of RGB (Red+Green+Blue) = 68+44+239=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #442CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442CEF is #BBD310. Grayscale: #484848. Windows color (decimal): -12309265 or 15674436. OLE color: 15674436.
HSL color Cylindrical-coordinate representation of color #442CEF: hue angle of 247.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442CEF is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 44 | 239 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.06 |
| HSL | 247.38º | 0.86% | 0.55% | - |
| HSV(B) | 247.38º | 0.82% | 0.94% | - |
| XYZ | 18.86 | 9.26 | 82.45 | - |
| YUV | 73.41 | 221.45 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 239 | 0.72 | 0.82 | 0 | 0.06 | 247.38 | 0.86 | 0.55 |
| Hex | 44 | 2C | EF | 48 | 52 | 0 | 6 | F7 | 56 | 37 |
| Octal | 104 | 54 | 357 | 110 | 122 | 0 | 6 | 367 | 126 | 67 |
| Binary | 1000100 | 101100 | 11101111 | 1001000 | 1010010 | 0 | 110 | 11110111 | 1010110 | 110111 |
Color Harmonies of #442CEF
Complementary color
Monochromatic Colors of #442CEF
Black with #442CEF
Text Example
Text Example
White with #442CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CEF; }
p { color: rgb(68,44,239); }
H1.HeaderClassName
{
color: #442CEF;
}
.AnyTagClassName
{
color: #442CEF;
}
</style>
background-color css
<style>
a { background-color: #442CEF; }
a { background-color: rgb(68,44,239); }
div.DivClassName
{
background-color: #442CEF;
}
.BgClassName
{
background-color: #442CEF;
}
</style>
border-color css
<style>
span { border-color: #442CEF; }
span { border-color: rgb(68,44,239); }
td.TdClassName
{
border-color: #442CEF;
}
.TagClassName
{
border-color: #442CEF;
}
</style>