Shades of Han Purple #442EFF
Tints of Han Purple #442EFF
RGB
CMYK
RGB Variations
Color information
#442EFF (or 0x442EFF) is known color: Han Purple. HEX triplet: 44, 2E and FF. RGB value is (68,46,255). Sum of RGB (Red+Green+Blue) = 68+46+255=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #442EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442EFF is #BBD100. Grayscale: #4B4B4B. Windows color (decimal): -12308737 or 16723524. OLE color: 16723524.
HSL color Cylindrical-coordinate representation of color #442EFF: hue angle of 246.32º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442EFF is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 46 | 255 | - |
| CMYK | 0.73 | 0.82 | 0 | 0 |
| HSL | 246.32º | 1% | 0.59% | - |
| HSV(B) | 246.32º | 0.82% | 1% | - |
| XYZ | 21.41 | 10.4 | 95.49 | - |
| YUV | 76.4 | 228.79 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 255 | 0.73 | 0.82 | 0 | 0 | 246.32 | 1 | 0.59 |
| Hex | 44 | 2E | FF | 49 | 52 | 0 | 0 | F6 | 64 | 3B |
| Octal | 104 | 56 | 377 | 111 | 122 | 0 | 0 | 366 | 144 | 73 |
| Binary | 1000100 | 101110 | 11111111 | 1001001 | 1010010 | 0 | 0 | 11110110 | 1100100 | 111011 |
Color Harmonies of #442EFF
Complementary color
Monochromatic Colors of #442EFF
Black with #442EFF
Text Example
Text Example
White with #442EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442EFF; }
p { color: rgb(68,46,255); }
H1.HeaderClassName
{
color: #442EFF;
}
.AnyTagClassName
{
color: #442EFF;
}
</style>
background-color css
<style>
a { background-color: #442EFF; }
a { background-color: rgb(68,46,255); }
div.DivClassName
{
background-color: #442EFF;
}
.BgClassName
{
background-color: #442EFF;
}
</style>
border-color css
<style>
span { border-color: #442EFF; }
span { border-color: rgb(68,46,255); }
td.TdClassName
{
border-color: #442EFF;
}
.TagClassName
{
border-color: #442EFF;
}
</style>