Shades of Han Purple #4102DC
Tints of Han Purple #4102DC
RGB
CMYK
RGB Variations
Color information
#4102DC (or 0x4102DC) is known color: Han Purple. HEX triplet: 41, 02 and DC. RGB value is (65,2,220). Sum of RGB (Red+Green+Blue) = 65+2+220=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #4102DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4102DC is #BEFD23. Grayscale: #2C2C2C. Windows color (decimal): -12516644 or 14418497. OLE color: 14418497.
HSL color Cylindrical-coordinate representation of color #4102DC: hue angle of 257.34º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102DC is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 2 | 220 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.14 |
| HSL | 257.34º | 0.98% | 0.44% | - |
| HSV(B) | 257.34º | 0.99% | 0.86% | - |
| XYZ | 15.12 | 6.33 | 68.14 | - |
| YUV | 45.69 | 226.37 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 220 | 0.70 | 0.99 | 0 | 0.14 | 257.34 | 0.98 | 0.44 |
| Hex | 41 | 2 | DC | 46 | 63 | 0 | E | 101 | 62 | 2C |
| Octal | 101 | 2 | 334 | 106 | 143 | 0 | 16 | 401 | 142 | 54 |
| Binary | 1000001 | 10 | 11011100 | 1000110 | 1100011 | 0 | 1110 | 100000001 | 1100010 | 101100 |
Color Harmonies of #4102DC
Complementary color
Monochromatic Colors of #4102DC
Black with #4102DC
Text Example
Text Example
White with #4102DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4102DC; }
p { color: rgb(65,2,220); }
H1.HeaderClassName
{
color: #4102DC;
}
.AnyTagClassName
{
color: #4102DC;
}
</style>
background-color css
<style>
a { background-color: #4102DC; }
a { background-color: rgb(65,2,220); }
div.DivClassName
{
background-color: #4102DC;
}
.BgClassName
{
background-color: #4102DC;
}
</style>
border-color css
<style>
span { border-color: #4102DC; }
span { border-color: rgb(65,2,220); }
td.TdClassName
{
border-color: #4102DC;
}
.TagClassName
{
border-color: #4102DC;
}
</style>