Shades of Han Purple #442CF8
Tints of Han Purple #442CF8
RGB
CMYK
RGB Variations
Color information
#442CF8 (or 0x442CF8) is known color: Han Purple. HEX triplet: 44, 2C and F8. RGB value is (68,44,248). Sum of RGB (Red+Green+Blue) = 68+44+248=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 248 (97.27% from 255 or 68.89% from 360); Max value from RGB is 248 - color contains mainly: blue. Hex color #442CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442CF8 is #BBD307. Grayscale: #494949. Windows color (decimal): -12309256 or 16264260. OLE color: 16264260.
HSL color Cylindrical-coordinate representation of color #442CF8: hue angle of 247.06º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442CF8 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 44 | 248 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.03 |
| HSL | 247.06º | 0.94% | 0.57% | - |
| HSV(B) | 247.06º | 0.82% | 0.97% | - |
| XYZ | 20.23 | 9.81 | 89.63 | - |
| YUV | 74.43 | 225.95 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 248 | 0.73 | 0.82 | 0 | 0.03 | 247.06 | 0.94 | 0.57 |
| Hex | 44 | 2C | F8 | 49 | 52 | 0 | 3 | F7 | 5E | 39 |
| Octal | 104 | 54 | 370 | 111 | 122 | 0 | 3 | 367 | 136 | 71 |
| Binary | 1000100 | 101100 | 11111000 | 1001001 | 1010010 | 0 | 11 | 11110111 | 1011110 | 111001 |
Color Harmonies of #442CF8
Complementary color
Monochromatic Colors of #442CF8
Black with #442CF8
Text Example
Text Example
White with #442CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CF8; }
p { color: rgb(68,44,248); }
H1.HeaderClassName
{
color: #442CF8;
}
.AnyTagClassName
{
color: #442CF8;
}
</style>
background-color css
<style>
a { background-color: #442CF8; }
a { background-color: rgb(68,44,248); }
div.DivClassName
{
background-color: #442CF8;
}
.BgClassName
{
background-color: #442CF8;
}
</style>
border-color css
<style>
span { border-color: #442CF8; }
span { border-color: rgb(68,44,248); }
td.TdClassName
{
border-color: #442CF8;
}
.TagClassName
{
border-color: #442CF8;
}
</style>