Shades of Han Purple #442FFE
Tints of Han Purple #442FFE
RGB
CMYK
RGB Variations
Color information
#442FFE (or 0x442FFE) is known color: Han Purple. HEX triplet: 44, 2F and FE. RGB value is (68,47,254). Sum of RGB (Red+Green+Blue) = 68+47+254=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #442FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442FFE is #BBD001. Grayscale: #4C4C4C. Windows color (decimal): -12308482 or 16658244. OLE color: 16658244.
HSL color Cylindrical-coordinate representation of color #442FFE: hue angle of 246.09º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442FFE is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 47 | 254 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.00 |
| HSL | 246.09º | 0.99% | 0.59% | - |
| HSV(B) | 246.09º | 0.81% | 1% | - |
| XYZ | 21.29 | 10.42 | 94.65 | - |
| YUV | 76.88 | 227.96 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 254 | 0.73 | 0.81 | 0 | 0.00 | 246.09 | 0.99 | 0.59 |
| Hex | 44 | 2F | FE | 49 | 51 | 0 | 0 | F6 | 63 | 3B |
| Octal | 104 | 57 | 376 | 111 | 121 | 0 | 0 | 366 | 143 | 73 |
| Binary | 1000100 | 101111 | 11111110 | 1001001 | 1010001 | 0 | 0 | 11110110 | 1100011 | 111011 |
Color Harmonies of #442FFE
Complementary color
Monochromatic Colors of #442FFE
Black with #442FFE
Text Example
Text Example
White with #442FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442FFE; }
p { color: rgb(68,47,254); }
H1.HeaderClassName
{
color: #442FFE;
}
.AnyTagClassName
{
color: #442FFE;
}
</style>
background-color css
<style>
a { background-color: #442FFE; }
a { background-color: rgb(68,47,254); }
div.DivClassName
{
background-color: #442FFE;
}
.BgClassName
{
background-color: #442FFE;
}
</style>
border-color css
<style>
span { border-color: #442FFE; }
span { border-color: rgb(68,47,254); }
td.TdClassName
{
border-color: #442FFE;
}
.TagClassName
{
border-color: #442FFE;
}
</style>