Shades of Han Purple #442BF9
Tints of Han Purple #442BF9
RGB
CMYK
RGB Variations
Color information
#442BF9 (or 0x442BF9) is known color: Han Purple. HEX triplet: 44, 2B and F9. RGB value is (68,43,249). Sum of RGB (Red+Green+Blue) = 68+43+249=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #442BF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442BF9 is #BBD406. Grayscale: #494949. Windows color (decimal): -12309511 or 16329540. OLE color: 16329540.
HSL color Cylindrical-coordinate representation of color #442BF9: hue angle of 247.28º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #442BF9 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 43 | 249 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.02 |
| HSL | 247.28º | 0.94% | 0.57% | - |
| HSV(B) | 247.28º | 0.83% | 0.98% | - |
| XYZ | 20.35 | 9.8 | 90.44 | - |
| YUV | 73.96 | 226.78 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 249 | 0.73 | 0.83 | 0 | 0.02 | 247.28 | 0.94 | 0.57 |
| Hex | 44 | 2B | F9 | 49 | 53 | 0 | 2 | F7 | 5E | 39 |
| Octal | 104 | 53 | 371 | 111 | 123 | 0 | 2 | 367 | 136 | 71 |
| Binary | 1000100 | 101011 | 11111001 | 1001001 | 1010011 | 0 | 10 | 11110111 | 1011110 | 111001 |
Color Harmonies of #442BF9
Complementary color
Monochromatic Colors of #442BF9
Black with #442BF9
Text Example
Text Example
White with #442BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442BF9; }
p { color: rgb(68,43,249); }
H1.HeaderClassName
{
color: #442BF9;
}
.AnyTagClassName
{
color: #442BF9;
}
</style>
background-color css
<style>
a { background-color: #442BF9; }
a { background-color: rgb(68,43,249); }
div.DivClassName
{
background-color: #442BF9;
}
.BgClassName
{
background-color: #442BF9;
}
</style>
border-color css
<style>
span { border-color: #442BF9; }
span { border-color: rgb(68,43,249); }
td.TdClassName
{
border-color: #442BF9;
}
.TagClassName
{
border-color: #442BF9;
}
</style>