Shades of Han Purple #441FEB
Tints of Han Purple #441FEB
RGB
CMYK
RGB Variations
Color information
#441FEB (or 0x441FEB) is known color: Han Purple. HEX triplet: 44, 1F and EB. RGB value is (68,31,235). Sum of RGB (Red+Green+Blue) = 68+31+235=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #441FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FEB is #BBE014. Grayscale: #404040. Windows color (decimal): -12312597 or 15408964. OLE color: 15408964.
HSL color Cylindrical-coordinate representation of color #441FEB: hue angle of 250.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441FEB is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 31 | 235 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.08 |
| HSL | 250.88º | 0.84% | 0.52% | - |
| HSV(B) | 250.88º | 0.87% | 0.92% | - |
| XYZ | 17.87 | 8.21 | 79.24 | - |
| YUV | 65.32 | 223.76 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 235 | 0.71 | 0.87 | 0 | 0.08 | 250.88 | 0.84 | 0.52 |
| Hex | 44 | 1F | EB | 47 | 57 | 0 | 8 | FB | 54 | 34 |
| Octal | 104 | 37 | 353 | 107 | 127 | 0 | 10 | 373 | 124 | 64 |
| Binary | 1000100 | 11111 | 11101011 | 1000111 | 1010111 | 0 | 1000 | 11111011 | 1010100 | 110100 |
Color Harmonies of #441FEB
Complementary color
Monochromatic Colors of #441FEB
Black with #441FEB
Text Example
Text Example
White with #441FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FEB; }
p { color: rgb(68,31,235); }
H1.HeaderClassName
{
color: #441FEB;
}
.AnyTagClassName
{
color: #441FEB;
}
</style>
background-color css
<style>
a { background-color: #441FEB; }
a { background-color: rgb(68,31,235); }
div.DivClassName
{
background-color: #441FEB;
}
.BgClassName
{
background-color: #441FEB;
}
</style>
border-color css
<style>
span { border-color: #441FEB; }
span { border-color: rgb(68,31,235); }
td.TdClassName
{
border-color: #441FEB;
}
.TagClassName
{
border-color: #441FEB;
}
</style>