Shades of Han Purple #440FCE
Tints of Han Purple #440FCE
RGB
CMYK
RGB Variations
Color information
#440FCE (or 0x440FCE) is known color: Han Purple. HEX triplet: 44, 0F and CE. RGB value is (68,15,206). Sum of RGB (Red+Green+Blue) = 68+15+206=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #440FCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FCE is #BBF031. Grayscale: #333333. Windows color (decimal): -12316722 or 13504324. OLE color: 13504324.
HSL color Cylindrical-coordinate representation of color #440FCE: hue angle of 256.65º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440FCE is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 15 | 206 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.19 |
| HSL | 256.65º | 0.86% | 0.43% | - |
| HSV(B) | 256.65º | 0.93% | 0.81% | - |
| XYZ | 13.7 | 6.03 | 58.83 | - |
| YUV | 52.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 206 | 0.67 | 0.93 | 0 | 0.19 | 256.65 | 0.86 | 0.43 |
| Hex | 44 | F | CE | 43 | 5D | 0 | 13 | 101 | 56 | 2B |
| Octal | 104 | 17 | 316 | 103 | 135 | 0 | 23 | 401 | 126 | 53 |
| Binary | 1000100 | 1111 | 11001110 | 1000011 | 1011101 | 0 | 10011 | 100000001 | 1010110 | 101011 |
Color Harmonies of #440FCE
Complementary color
Monochromatic Colors of #440FCE
Black with #440FCE
Text Example
Text Example
White with #440FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FCE; }
p { color: rgb(68,15,206); }
H1.HeaderClassName
{
color: #440FCE;
}
.AnyTagClassName
{
color: #440FCE;
}
</style>
background-color css
<style>
a { background-color: #440FCE; }
a { background-color: rgb(68,15,206); }
div.DivClassName
{
background-color: #440FCE;
}
.BgClassName
{
background-color: #440FCE;
}
</style>
border-color css
<style>
span { border-color: #440FCE; }
span { border-color: rgb(68,15,206); }
td.TdClassName
{
border-color: #440FCE;
}
.TagClassName
{
border-color: #440FCE;
}
</style>