Shades of Han Purple #442FFF
Tints of Han Purple #442FFF
RGB
CMYK
RGB Variations
Color information
#442FFF (or 0x442FFF) is known color: Han Purple. HEX triplet: 44, 2F and FF. RGB value is (68,47,255). Sum of RGB (Red+Green+Blue) = 68+47+255=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #442FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442FFF is #BBD000. Grayscale: #4C4C4C. Windows color (decimal): -12308481 or 16723780. OLE color: 16723780.
HSL color Cylindrical-coordinate representation of color #442FFF: hue angle of 246.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442FFF is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 47 | 255 | - |
| CMYK | 0.73 | 0.82 | 0 | 0 |
| HSL | 246.06º | 1% | 0.59% | - |
| HSV(B) | 246.06º | 0.82% | 1% | - |
| XYZ | 21.45 | 10.48 | 95.5 | - |
| YUV | 76.99 | 228.46 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 255 | 0.73 | 0.82 | 0 | 0 | 246.06 | 1 | 0.59 |
| Hex | 44 | 2F | FF | 49 | 52 | 0 | 0 | F6 | 64 | 3B |
| Octal | 104 | 57 | 377 | 111 | 122 | 0 | 0 | 366 | 144 | 73 |
| Binary | 1000100 | 101111 | 11111111 | 1001001 | 1010010 | 0 | 0 | 11110110 | 1100100 | 111011 |
Color Harmonies of #442FFF
Complementary color
Monochromatic Colors of #442FFF
Black with #442FFF
Text Example
Text Example
White with #442FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442FFF; }
p { color: rgb(68,47,255); }
H1.HeaderClassName
{
color: #442FFF;
}
.AnyTagClassName
{
color: #442FFF;
}
</style>
background-color css
<style>
a { background-color: #442FFF; }
a { background-color: rgb(68,47,255); }
div.DivClassName
{
background-color: #442FFF;
}
.BgClassName
{
background-color: #442FFF;
}
</style>
border-color css
<style>
span { border-color: #442FFF; }
span { border-color: rgb(68,47,255); }
td.TdClassName
{
border-color: #442FFF;
}
.TagClassName
{
border-color: #442FFF;
}
</style>