Shades of Han Purple #442EFC
Tints of Han Purple #442EFC
RGB
CMYK
RGB Variations
Color information
#442EFC (or 0x442EFC) is known color: Han Purple. HEX triplet: 44, 2E and FC. RGB value is (68,46,252). Sum of RGB (Red+Green+Blue) = 68+46+252=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #442EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442EFC is #BBD103. Grayscale: #4B4B4B. Windows color (decimal): -12308740 or 16526916. OLE color: 16526916.
HSL color Cylindrical-coordinate representation of color #442EFC: hue angle of 246.41º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #442EFC is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 46 | 252 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.01 |
| HSL | 246.41º | 0.97% | 0.58% | - |
| HSV(B) | 246.41º | 0.82% | 0.99% | - |
| XYZ | 20.93 | 10.21 | 92.96 | - |
| YUV | 76.06 | 227.29 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 252 | 0.73 | 0.82 | 0 | 0.01 | 246.41 | 0.97 | 0.58 |
| Hex | 44 | 2E | FC | 49 | 52 | 0 | 1 | F6 | 61 | 3A |
| Octal | 104 | 56 | 374 | 111 | 122 | 0 | 1 | 366 | 141 | 72 |
| Binary | 1000100 | 101110 | 11111100 | 1001001 | 1010010 | 0 | 1 | 11110110 | 1100001 | 111010 |
Color Harmonies of #442EFC
Complementary color
Monochromatic Colors of #442EFC
Black with #442EFC
Text Example
Text Example
White with #442EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442EFC; }
p { color: rgb(68,46,252); }
H1.HeaderClassName
{
color: #442EFC;
}
.AnyTagClassName
{
color: #442EFC;
}
</style>
background-color css
<style>
a { background-color: #442EFC; }
a { background-color: rgb(68,46,252); }
div.DivClassName
{
background-color: #442EFC;
}
.BgClassName
{
background-color: #442EFC;
}
</style>
border-color css
<style>
span { border-color: #442EFC; }
span { border-color: rgb(68,46,252); }
td.TdClassName
{
border-color: #442EFC;
}
.TagClassName
{
border-color: #442EFC;
}
</style>