Shades of Han Purple #440CEB
Tints of Han Purple #440CEB
RGB
CMYK
RGB Variations
Color information
#440CEB (or 0x440CEB) is known color: Han Purple. HEX triplet: 44, 0C and EB. RGB value is (68,12,235). Sum of RGB (Red+Green+Blue) = 68+12+235=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #440CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440CEB is #BBF314. Grayscale: #353535. Windows color (decimal): -12317461 or 15404100. OLE color: 15404100.
HSL color Cylindrical-coordinate representation of color #440CEB: hue angle of 255.07º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440CEB is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 12 | 235 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.08 |
| HSL | 255.07º | 0.9% | 0.48% | - |
| HSV(B) | 255.07º | 0.95% | 0.92% | - |
| XYZ | 17.51 | 7.49 | 79.12 | - |
| YUV | 54.17 | 230.05 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 235 | 0.71 | 0.95 | 0 | 0.08 | 255.07 | 0.9 | 0.48 |
| Hex | 44 | C | EB | 47 | 5F | 0 | 8 | FF | 5A | 30 |
| Octal | 104 | 14 | 353 | 107 | 137 | 0 | 10 | 377 | 132 | 60 |
| Binary | 1000100 | 1100 | 11101011 | 1000111 | 1011111 | 0 | 1000 | 11111111 | 1011010 | 110000 |
Color Harmonies of #440CEB
Complementary color
Monochromatic Colors of #440CEB
Black with #440CEB
Text Example
Text Example
White with #440CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CEB; }
p { color: rgb(68,12,235); }
H1.HeaderClassName
{
color: #440CEB;
}
.AnyTagClassName
{
color: #440CEB;
}
</style>
background-color css
<style>
a { background-color: #440CEB; }
a { background-color: rgb(68,12,235); }
div.DivClassName
{
background-color: #440CEB;
}
.BgClassName
{
background-color: #440CEB;
}
</style>
border-color css
<style>
span { border-color: #440CEB; }
span { border-color: rgb(68,12,235); }
td.TdClassName
{
border-color: #440CEB;
}
.TagClassName
{
border-color: #440CEB;
}
</style>