Shades of Han Purple #4102FE
Tints of Han Purple #4102FE
RGB
CMYK
RGB Variations
Color information
#4102FE (or 0x4102FE) is known color: Han Purple. HEX triplet: 41, 02 and FE. RGB value is (65,2,254). Sum of RGB (Red+Green+Blue) = 65+2+254=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #4102FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4102FE is #BEFD01. Grayscale: #303030. Windows color (decimal): -12516610 or 16646721. OLE color: 16646721.
HSL color Cylindrical-coordinate representation of color #4102FE: hue angle of 255º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102FE is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 2 | 254 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.00 |
| HSL | 255º | 0.99% | 0.5% | - |
| HSV(B) | 255º | 0.99% | 1% | - |
| XYZ | 20.09 | 8.32 | 94.31 | - |
| YUV | 49.57 | 243.37 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 254 | 0.74 | 0.99 | 0 | 0.00 | 255 | 0.99 | 0.5 |
| Hex | 41 | 2 | FE | 4A | 63 | 0 | 0 | FF | 63 | 32 |
| Octal | 101 | 2 | 376 | 112 | 143 | 0 | 0 | 377 | 143 | 62 |
| Binary | 1000001 | 10 | 11111110 | 1001010 | 1100011 | 0 | 0 | 11111111 | 1100011 | 110010 |
Color Harmonies of #4102FE
Complementary color
Monochromatic Colors of #4102FE
Black with #4102FE
Text Example
Text Example
White with #4102FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4102FE; }
p { color: rgb(65,2,254); }
H1.HeaderClassName
{
color: #4102FE;
}
.AnyTagClassName
{
color: #4102FE;
}
</style>
background-color css
<style>
a { background-color: #4102FE; }
a { background-color: rgb(65,2,254); }
div.DivClassName
{
background-color: #4102FE;
}
.BgClassName
{
background-color: #4102FE;
}
</style>
border-color css
<style>
span { border-color: #4102FE; }
span { border-color: rgb(65,2,254); }
td.TdClassName
{
border-color: #4102FE;
}
.TagClassName
{
border-color: #4102FE;
}
</style>