Shades of Han Purple #442AE3
Tints of Han Purple #442AE3
RGB
CMYK
RGB Variations
Color information
#442AE3 (or 0x442AE3) is known color: Han Purple. HEX triplet: 44, 2A and E3. RGB value is (68,42,227). Sum of RGB (Red+Green+Blue) = 68+42+227=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 227 (89.06% from 255 or 67.36% from 337); Max value from RGB is 227 - color contains mainly: blue. Hex color #442AE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442AE3 is #BBD51C. Grayscale: #464646. Windows color (decimal): -12309789 or 14887492. OLE color: 14887492.
HSL color Cylindrical-coordinate representation of color #442AE3: hue angle of 248.43º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442AE3 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 42 | 227 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.11 |
| HSL | 248.43º | 0.77% | 0.53% | - |
| HSV(B) | 248.43º | 0.81% | 0.89% | - |
| XYZ | 17.08 | 8.43 | 73.4 | - |
| YUV | 70.86 | 216.11 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 227 | 0.70 | 0.81 | 0 | 0.11 | 248.43 | 0.77 | 0.53 |
| Hex | 44 | 2A | E3 | 46 | 51 | 0 | B | F8 | 4D | 35 |
| Octal | 104 | 52 | 343 | 106 | 121 | 0 | 13 | 370 | 115 | 65 |
| Binary | 1000100 | 101010 | 11100011 | 1000110 | 1010001 | 0 | 1011 | 11111000 | 1001101 | 110101 |
Color Harmonies of #442AE3
Complementary color
Monochromatic Colors of #442AE3
Black with #442AE3
Text Example
Text Example
White with #442AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442AE3; }
p { color: rgb(68,42,227); }
H1.HeaderClassName
{
color: #442AE3;
}
.AnyTagClassName
{
color: #442AE3;
}
</style>
background-color css
<style>
a { background-color: #442AE3; }
a { background-color: rgb(68,42,227); }
div.DivClassName
{
background-color: #442AE3;
}
.BgClassName
{
background-color: #442AE3;
}
</style>
border-color css
<style>
span { border-color: #442AE3; }
span { border-color: rgb(68,42,227); }
td.TdClassName
{
border-color: #442AE3;
}
.TagClassName
{
border-color: #442AE3;
}
</style>