Shades of Han Purple #442CFD
Tints of Han Purple #442CFD
RGB
CMYK
RGB Variations
Color information
#442CFD (or 0x442CFD) is known color: Han Purple. HEX triplet: 44, 2C and FD. RGB value is (68,44,253). Sum of RGB (Red+Green+Blue) = 68+44+253=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #442CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442CFD is #BBD302. Grayscale: #4A4A4A. Windows color (decimal): -12309251 or 16591940. OLE color: 16591940.
HSL color Cylindrical-coordinate representation of color #442CFD: hue angle of 246.89º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #442CFD is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 44 | 253 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.01 |
| HSL | 246.89º | 0.98% | 0.58% | - |
| HSV(B) | 246.89º | 0.83% | 0.99% | - |
| XYZ | 21.01 | 10.12 | 93.77 | - |
| YUV | 75 | 228.45 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 253 | 0.73 | 0.83 | 0 | 0.01 | 246.89 | 0.98 | 0.58 |
| Hex | 44 | 2C | FD | 49 | 53 | 0 | 1 | F7 | 62 | 3A |
| Octal | 104 | 54 | 375 | 111 | 123 | 0 | 1 | 367 | 142 | 72 |
| Binary | 1000100 | 101100 | 11111101 | 1001001 | 1010011 | 0 | 1 | 11110111 | 1100010 | 111010 |
Color Harmonies of #442CFD
Complementary color
Monochromatic Colors of #442CFD
Black with #442CFD
Text Example
Text Example
White with #442CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442CFD; }
p { color: rgb(68,44,253); }
H1.HeaderClassName
{
color: #442CFD;
}
.AnyTagClassName
{
color: #442CFD;
}
</style>
background-color css
<style>
a { background-color: #442CFD; }
a { background-color: rgb(68,44,253); }
div.DivClassName
{
background-color: #442CFD;
}
.BgClassName
{
background-color: #442CFD;
}
</style>
border-color css
<style>
span { border-color: #442CFD; }
span { border-color: rgb(68,44,253); }
td.TdClassName
{
border-color: #442CFD;
}
.TagClassName
{
border-color: #442CFD;
}
</style>