Shades of Han Purple #442DF2
Tints of Han Purple #442DF2
RGB
CMYK
RGB Variations
Color information
#442DF2 (or 0x442DF2) is known color: Han Purple. HEX triplet: 44, 2D and F2. RGB value is (68,45,242). Sum of RGB (Red+Green+Blue) = 68+45+242=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 242 (94.92% from 255 or 68.17% from 355); Max value from RGB is 242 - color contains mainly: blue. Hex color #442DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442DF2 is #BBD20D. Grayscale: #494949. Windows color (decimal): -12309006 or 15871300. OLE color: 15871300.
HSL color Cylindrical-coordinate representation of color #442DF2: hue angle of 247.01º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442DF2 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 45 | 242 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.05 |
| HSL | 247.01º | 0.88% | 0.56% | - |
| HSV(B) | 247.01º | 0.81% | 0.95% | - |
| XYZ | 19.35 | 9.52 | 84.82 | - |
| YUV | 74.34 | 222.62 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 45 | 242 | 0.72 | 0.81 | 0 | 0.05 | 247.01 | 0.88 | 0.56 |
| Hex | 44 | 2D | F2 | 48 | 51 | 0 | 5 | F7 | 58 | 38 |
| Octal | 104 | 55 | 362 | 110 | 121 | 0 | 5 | 367 | 130 | 70 |
| Binary | 1000100 | 101101 | 11110010 | 1001000 | 1010001 | 0 | 101 | 11110111 | 1011000 | 111000 |
Color Harmonies of #442DF2
Complementary color
Monochromatic Colors of #442DF2
Black with #442DF2
Text Example
Text Example
White with #442DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442DF2; }
p { color: rgb(68,45,242); }
H1.HeaderClassName
{
color: #442DF2;
}
.AnyTagClassName
{
color: #442DF2;
}
</style>
background-color css
<style>
a { background-color: #442DF2; }
a { background-color: rgb(68,45,242); }
div.DivClassName
{
background-color: #442DF2;
}
.BgClassName
{
background-color: #442DF2;
}
</style>
border-color css
<style>
span { border-color: #442DF2; }
span { border-color: rgb(68,45,242); }
td.TdClassName
{
border-color: #442DF2;
}
.TagClassName
{
border-color: #442DF2;
}
</style>