Shades of Han Purple #442FF9
Tints of Han Purple #442FF9
RGB
CMYK
RGB Variations
Color information
#442FF9 (or 0x442FF9) is known color: Han Purple. HEX triplet: 44, 2F and F9. RGB value is (68,47,249). Sum of RGB (Red+Green+Blue) = 68+47+249=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 249 (97.66% from 255 or 68.41% from 364); Max value from RGB is 249 - color contains mainly: blue. Hex color #442FF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442FF9 is #BBD006. Grayscale: #4B4B4B. Windows color (decimal): -12308487 or 16330564. OLE color: 16330564.
HSL color Cylindrical-coordinate representation of color #442FF9: hue angle of 246.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #442FF9 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 47 | 249 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.02 |
| HSL | 246.24º | 0.94% | 0.58% | - |
| HSV(B) | 246.24º | 0.81% | 0.98% | - |
| XYZ | 20.5 | 10.1 | 90.49 | - |
| YUV | 76.31 | 225.46 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 249 | 0.73 | 0.81 | 0 | 0.02 | 246.24 | 0.94 | 0.58 |
| Hex | 44 | 2F | F9 | 49 | 51 | 0 | 2 | F6 | 5E | 3A |
| Octal | 104 | 57 | 371 | 111 | 121 | 0 | 2 | 366 | 136 | 72 |
| Binary | 1000100 | 101111 | 11111001 | 1001001 | 1010001 | 0 | 10 | 11110110 | 1011110 | 111010 |
Color Harmonies of #442FF9
Complementary color
Monochromatic Colors of #442FF9
Black with #442FF9
Text Example
Text Example
White with #442FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442FF9; }
p { color: rgb(68,47,249); }
H1.HeaderClassName
{
color: #442FF9;
}
.AnyTagClassName
{
color: #442FF9;
}
</style>
background-color css
<style>
a { background-color: #442FF9; }
a { background-color: rgb(68,47,249); }
div.DivClassName
{
background-color: #442FF9;
}
.BgClassName
{
background-color: #442FF9;
}
</style>
border-color css
<style>
span { border-color: #442FF9; }
span { border-color: rgb(68,47,249); }
td.TdClassName
{
border-color: #442FF9;
}
.TagClassName
{
border-color: #442FF9;
}
</style>