Shades of Han Purple #4102EA
Tints of Han Purple #4102EA
RGB
CMYK
RGB Variations
Color information
#4102EA (or 0x4102EA) is known color: Han Purple. HEX triplet: 41, 02 and EA. RGB value is (65,2,234). Sum of RGB (Red+Green+Blue) = 65+2+234=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #4102EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4102EA is #BEFD15. Grayscale: #2E2E2E. Windows color (decimal): -12516630 or 15336001. OLE color: 15336001.
HSL color Cylindrical-coordinate representation of color #4102EA: hue angle of 256.29º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102EA is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 2 | 234 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.08 |
| HSL | 256.29º | 0.98% | 0.46% | - |
| HSV(B) | 256.29º | 0.99% | 0.92% | - |
| XYZ | 17.05 | 7.11 | 78.32 | - |
| YUV | 47.29 | 233.37 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 234 | 0.72 | 0.99 | 0 | 0.08 | 256.29 | 0.98 | 0.46 |
| Hex | 41 | 2 | EA | 48 | 63 | 0 | 8 | 100 | 62 | 2E |
| Octal | 101 | 2 | 352 | 110 | 143 | 0 | 10 | 400 | 142 | 56 |
| Binary | 1000001 | 10 | 11101010 | 1001000 | 1100011 | 0 | 1000 | 100000000 | 1100010 | 101110 |
Color Harmonies of #4102EA
Complementary color
Monochromatic Colors of #4102EA
Black with #4102EA
Text Example
Text Example
White with #4102EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4102EA; }
p { color: rgb(65,2,234); }
H1.HeaderClassName
{
color: #4102EA;
}
.AnyTagClassName
{
color: #4102EA;
}
</style>
background-color css
<style>
a { background-color: #4102EA; }
a { background-color: rgb(65,2,234); }
div.DivClassName
{
background-color: #4102EA;
}
.BgClassName
{
background-color: #4102EA;
}
</style>
border-color css
<style>
span { border-color: #4102EA; }
span { border-color: rgb(65,2,234); }
td.TdClassName
{
border-color: #4102EA;
}
.TagClassName
{
border-color: #4102EA;
}
</style>