Shades of Han Purple #442DFC
Tints of Han Purple #442DFC
RGB
CMYK
RGB Variations
Color information
#442DFC (or 0x442DFC) is known color: Han Purple. HEX triplet: 44, 2D and FC. RGB value is (68,45,252). Sum of RGB (Red+Green+Blue) = 68+45+252=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #442DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442DFC is #BBD203. Grayscale: #4A4A4A. Windows color (decimal): -12308996 or 16526660. OLE color: 16526660.
HSL color Cylindrical-coordinate representation of color #442DFC: hue angle of 246.67º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442DFC is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 45 | 252 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.01 |
| HSL | 246.67º | 0.97% | 0.58% | - |
| HSV(B) | 246.67º | 0.82% | 0.99% | - |
| XYZ | 20.89 | 10.13 | 92.95 | - |
| YUV | 75.48 | 227.62 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 252 | 0.73 | 0.82 | 0 | 0.01 | 246.67 | 0.97 | 0.58 |
| Hex | 44 | 2D | FC | 49 | 52 | 0 | 1 | F7 | 61 | 3A |
| Octal | 104 | 55 | 374 | 111 | 122 | 0 | 1 | 367 | 141 | 72 |
| Binary | 1000100 | 101101 | 11111100 | 1001001 | 1010010 | 0 | 1 | 11110111 | 1100001 | 111010 |
Color Harmonies of #442DFC
Complementary color
Monochromatic Colors of #442DFC
Black with #442DFC
Text Example
Text Example
White with #442DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442DFC; }
p { color: rgb(68,45,252); }
H1.HeaderClassName
{
color: #442DFC;
}
.AnyTagClassName
{
color: #442DFC;
}
</style>
background-color css
<style>
a { background-color: #442DFC; }
a { background-color: rgb(68,45,252); }
div.DivClassName
{
background-color: #442DFC;
}
.BgClassName
{
background-color: #442DFC;
}
</style>
border-color css
<style>
span { border-color: #442DFC; }
span { border-color: rgb(68,45,252); }
td.TdClassName
{
border-color: #442DFC;
}
.TagClassName
{
border-color: #442DFC;
}
</style>