Shades of Han Purple #441CEA
Tints of Han Purple #441CEA
RGB
CMYK
RGB Variations
Color information
#441CEA (or 0x441CEA) is known color: Han Purple. HEX triplet: 44, 1C and EA. RGB value is (68,28,234). Sum of RGB (Red+Green+Blue) = 68+28+234=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #441CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441CEA is #BBE315. Grayscale: #3E3E3E. Windows color (decimal): -12313366 or 15342660. OLE color: 15342660.
HSL color Cylindrical-coordinate representation of color #441CEA: hue angle of 251.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441CEA is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 28 | 234 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.08 |
| HSL | 251.65º | 0.83% | 0.51% | - |
| HSV(B) | 251.65º | 0.88% | 0.92% | - |
| XYZ | 17.65 | 8 | 78.46 | - |
| YUV | 63.44 | 224.25 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 234 | 0.71 | 0.88 | 0 | 0.08 | 251.65 | 0.83 | 0.51 |
| Hex | 44 | 1C | EA | 47 | 58 | 0 | 8 | FC | 53 | 33 |
| Octal | 104 | 34 | 352 | 107 | 130 | 0 | 10 | 374 | 123 | 63 |
| Binary | 1000100 | 11100 | 11101010 | 1000111 | 1011000 | 0 | 1000 | 11111100 | 1010011 | 110011 |
Color Harmonies of #441CEA
Complementary color
Monochromatic Colors of #441CEA
Black with #441CEA
Text Example
Text Example
White with #441CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441CEA; }
p { color: rgb(68,28,234); }
H1.HeaderClassName
{
color: #441CEA;
}
.AnyTagClassName
{
color: #441CEA;
}
</style>
background-color css
<style>
a { background-color: #441CEA; }
a { background-color: rgb(68,28,234); }
div.DivClassName
{
background-color: #441CEA;
}
.BgClassName
{
background-color: #441CEA;
}
</style>
border-color css
<style>
span { border-color: #441CEA; }
span { border-color: rgb(68,28,234); }
td.TdClassName
{
border-color: #441CEA;
}
.TagClassName
{
border-color: #441CEA;
}
</style>