Shades of Han Purple #442AFA
Tints of Han Purple #442AFA
RGB
CMYK
RGB Variations
Color information
#442AFA (or 0x442AFA) is known color: Han Purple. HEX triplet: 44, 2A and FA. RGB value is (68,42,250). Sum of RGB (Red+Green+Blue) = 68+42+250=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #442AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442AFA is #BBD505. Grayscale: #484848. Windows color (decimal): -12309766 or 16394820. OLE color: 16394820.
HSL color Cylindrical-coordinate representation of color #442AFA: hue angle of 247.5º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #442AFA is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 42 | 250 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.02 |
| HSL | 247.5º | 0.95% | 0.57% | - |
| HSV(B) | 247.5º | 0.83% | 0.98% | - |
| XYZ | 20.47 | 9.79 | 91.25 | - |
| YUV | 73.49 | 227.61 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 250 | 0.73 | 0.83 | 0 | 0.02 | 247.5 | 0.95 | 0.57 |
| Hex | 44 | 2A | FA | 49 | 53 | 0 | 2 | F8 | 5F | 39 |
| Octal | 104 | 52 | 372 | 111 | 123 | 0 | 2 | 370 | 137 | 71 |
| Binary | 1000100 | 101010 | 11111010 | 1001001 | 1010011 | 0 | 10 | 11111000 | 1011111 | 111001 |
Color Harmonies of #442AFA
Complementary color
Monochromatic Colors of #442AFA
Black with #442AFA
Text Example
Text Example
White with #442AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442AFA; }
p { color: rgb(68,42,250); }
H1.HeaderClassName
{
color: #442AFA;
}
.AnyTagClassName
{
color: #442AFA;
}
</style>
background-color css
<style>
a { background-color: #442AFA; }
a { background-color: rgb(68,42,250); }
div.DivClassName
{
background-color: #442AFA;
}
.BgClassName
{
background-color: #442AFA;
}
</style>
border-color css
<style>
span { border-color: #442AFA; }
span { border-color: rgb(68,42,250); }
td.TdClassName
{
border-color: #442AFA;
}
.TagClassName
{
border-color: #442AFA;
}
</style>