Shades of Han Purple #4104CE
Tints of Han Purple #4104CE
RGB
CMYK
RGB Variations
Color information
#4104CE (or 0x4104CE) is known color: Han Purple. HEX triplet: 41, 04 and CE. RGB value is (65,4,206). Sum of RGB (Red+Green+Blue) = 65+4+206=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #4104CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4104CE is #BEFB31. Grayscale: #2C2C2C. Windows color (decimal): -12516146 or 13501505. OLE color: 13501505.
HSL color Cylindrical-coordinate representation of color #4104CE: hue angle of 258.12º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4104CE is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 4 | 206 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.19 |
| HSL | 258.12º | 0.96% | 0.41% | - |
| HSV(B) | 258.12º | 0.98% | 0.81% | - |
| XYZ | 13.36 | 5.67 | 58.78 | - |
| YUV | 45.27 | 218.71 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 206 | 0.68 | 0.98 | 0 | 0.19 | 258.12 | 0.96 | 0.41 |
| Hex | 41 | 4 | CE | 44 | 62 | 0 | 13 | 102 | 60 | 29 |
| Octal | 101 | 4 | 316 | 104 | 142 | 0 | 23 | 402 | 140 | 51 |
| Binary | 1000001 | 100 | 11001110 | 1000100 | 1100010 | 0 | 10011 | 100000010 | 1100000 | 101001 |
Color Harmonies of #4104CE
Complementary color
Monochromatic Colors of #4104CE
Black with #4104CE
Text Example
Text Example
White with #4104CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4104CE; }
p { color: rgb(65,4,206); }
H1.HeaderClassName
{
color: #4104CE;
}
.AnyTagClassName
{
color: #4104CE;
}
</style>
background-color css
<style>
a { background-color: #4104CE; }
a { background-color: rgb(65,4,206); }
div.DivClassName
{
background-color: #4104CE;
}
.BgClassName
{
background-color: #4104CE;
}
</style>
border-color css
<style>
span { border-color: #4104CE; }
span { border-color: rgb(65,4,206); }
td.TdClassName
{
border-color: #4104CE;
}
.TagClassName
{
border-color: #4104CE;
}
</style>