Shades of Han Purple #442FEB
Tints of Han Purple #442FEB
RGB
CMYK
RGB Variations
Color information
#442FEB (or 0x442FEB) is known color: Han Purple. HEX triplet: 44, 2F and EB. RGB value is (68,47,235). Sum of RGB (Red+Green+Blue) = 68+47+235=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #442FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442FEB is #BBD014. Grayscale: #494949. Windows color (decimal): -12308501 or 15413060. OLE color: 15413060.
HSL color Cylindrical-coordinate representation of color #442FEB: hue angle of 246.7º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #442FEB is Cyan = 0.71, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 47 | 235 | - |
| CMYK | 0.71 | 0.8 | 0 | 0.08 |
| HSL | 246.7º | 0.82% | 0.55% | - |
| HSV(B) | 246.7º | 0.8% | 0.92% | - |
| XYZ | 18.4 | 9.26 | 79.42 | - |
| YUV | 74.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 235 | 0.71 | 0.8 | 0 | 0.08 | 246.7 | 0.82 | 0.55 |
| Hex | 44 | 2F | EB | 47 | 50 | 0 | 8 | F7 | 52 | 37 |
| Octal | 104 | 57 | 353 | 107 | 120 | 0 | 10 | 367 | 122 | 67 |
| Binary | 1000100 | 101111 | 11101011 | 1000111 | 1010000 | 0 | 1000 | 11110111 | 1010010 | 110111 |
Color Harmonies of #442FEB
Complementary color
Monochromatic Colors of #442FEB
Black with #442FEB
Text Example
Text Example
White with #442FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442FEB; }
p { color: rgb(68,47,235); }
H1.HeaderClassName
{
color: #442FEB;
}
.AnyTagClassName
{
color: #442FEB;
}
</style>
background-color css
<style>
a { background-color: #442FEB; }
a { background-color: rgb(68,47,235); }
div.DivClassName
{
background-color: #442FEB;
}
.BgClassName
{
background-color: #442FEB;
}
</style>
border-color css
<style>
span { border-color: #442FEB; }
span { border-color: rgb(68,47,235); }
td.TdClassName
{
border-color: #442FEB;
}
.TagClassName
{
border-color: #442FEB;
}
</style>