Shades of Han Purple #4102CA
Tints of Han Purple #4102CA
RGB
CMYK
RGB Variations
Color information
#4102CA (or 0x4102CA) is known color: Han Purple. HEX triplet: 41, 02 and CA. RGB value is (65,2,202). Sum of RGB (Red+Green+Blue) = 65+2+202=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #4102CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4102CA is #BEFD35. Grayscale: #2A2A2A. Windows color (decimal): -12516662 or 13238849. OLE color: 13238849.
HSL color Cylindrical-coordinate representation of color #4102CA: hue angle of 258.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102CA is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 2 | 202 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.21 |
| HSL | 258.9º | 0.98% | 0.4% | - |
| HSV(B) | 258.9º | 0.99% | 0.79% | - |
| XYZ | 12.86 | 5.43 | 56.25 | - |
| YUV | 43.64 | 217.37 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 202 | 0.68 | 0.99 | 0 | 0.21 | 258.9 | 0.98 | 0.4 |
| Hex | 41 | 2 | CA | 44 | 63 | 0 | 15 | 103 | 62 | 28 |
| Octal | 101 | 2 | 312 | 104 | 143 | 0 | 25 | 403 | 142 | 50 |
| Binary | 1000001 | 10 | 11001010 | 1000100 | 1100011 | 0 | 10101 | 100000011 | 1100010 | 101000 |
Color Harmonies of #4102CA
Complementary color
Monochromatic Colors of #4102CA
Black with #4102CA
Text Example
Text Example
White with #4102CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4102CA; }
p { color: rgb(65,2,202); }
H1.HeaderClassName
{
color: #4102CA;
}
.AnyTagClassName
{
color: #4102CA;
}
</style>
background-color css
<style>
a { background-color: #4102CA; }
a { background-color: rgb(65,2,202); }
div.DivClassName
{
background-color: #4102CA;
}
.BgClassName
{
background-color: #4102CA;
}
</style>
border-color css
<style>
span { border-color: #4102CA; }
span { border-color: rgb(65,2,202); }
td.TdClassName
{
border-color: #4102CA;
}
.TagClassName
{
border-color: #4102CA;
}
</style>