Shades of Han Purple #442BEC
Tints of Han Purple #442BEC
RGB
CMYK
RGB Variations
Color information
#442BEC (or 0x442BEC) is known color: Han Purple. HEX triplet: 44, 2B and EC. RGB value is (68,43,236). Sum of RGB (Red+Green+Blue) = 68+43+236=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #442BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442BEC is #BBD413. Grayscale: #474747. Windows color (decimal): -12309524 or 15477572. OLE color: 15477572.
HSL color Cylindrical-coordinate representation of color #442BEC: hue angle of 247.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442BEC is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 43 | 236 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.07 |
| HSL | 247.77º | 0.84% | 0.55% | - |
| HSV(B) | 247.77º | 0.82% | 0.93% | - |
| XYZ | 18.39 | 9.01 | 80.13 | - |
| YUV | 72.48 | 220.28 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 236 | 0.71 | 0.82 | 0 | 0.07 | 247.77 | 0.84 | 0.55 |
| Hex | 44 | 2B | EC | 47 | 52 | 0 | 7 | F8 | 54 | 37 |
| Octal | 104 | 53 | 354 | 107 | 122 | 0 | 7 | 370 | 124 | 67 |
| Binary | 1000100 | 101011 | 11101100 | 1000111 | 1010010 | 0 | 111 | 11111000 | 1010100 | 110111 |
Color Harmonies of #442BEC
Complementary color
Monochromatic Colors of #442BEC
Black with #442BEC
Text Example
Text Example
White with #442BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442BEC; }
p { color: rgb(68,43,236); }
H1.HeaderClassName
{
color: #442BEC;
}
.AnyTagClassName
{
color: #442BEC;
}
</style>
background-color css
<style>
a { background-color: #442BEC; }
a { background-color: rgb(68,43,236); }
div.DivClassName
{
background-color: #442BEC;
}
.BgClassName
{
background-color: #442BEC;
}
</style>
border-color css
<style>
span { border-color: #442BEC; }
span { border-color: rgb(68,43,236); }
td.TdClassName
{
border-color: #442BEC;
}
.TagClassName
{
border-color: #442BEC;
}
</style>