Shades of Han Purple #4102DD
Tints of Han Purple #4102DD
RGB
CMYK
RGB Variations
Color information
#4102DD (or 0x4102DD) is known color: Han Purple. HEX triplet: 41, 02 and DD. RGB value is (65,2,221). Sum of RGB (Red+Green+Blue) = 65+2+221=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #4102DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4102DD is #BEFD22. Grayscale: #2C2C2C. Windows color (decimal): -12516643 or 14484033. OLE color: 14484033.
HSL color Cylindrical-coordinate representation of color #4102DD: hue angle of 257.26º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102DD is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 2 | 221 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.13 |
| HSL | 257.26º | 0.98% | 0.44% | - |
| HSV(B) | 257.26º | 0.99% | 0.87% | - |
| XYZ | 15.25 | 6.39 | 68.84 | - |
| YUV | 45.8 | 226.87 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 221 | 0.71 | 0.99 | 0 | 0.13 | 257.26 | 0.98 | 0.44 |
| Hex | 41 | 2 | DD | 47 | 63 | 0 | D | 101 | 62 | 2C |
| Octal | 101 | 2 | 335 | 107 | 143 | 0 | 15 | 401 | 142 | 54 |
| Binary | 1000001 | 10 | 11011101 | 1000111 | 1100011 | 0 | 1101 | 100000001 | 1100010 | 101100 |
Color Harmonies of #4102DD
Complementary color
Monochromatic Colors of #4102DD
Black with #4102DD
Text Example
Text Example
White with #4102DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4102DD; }
p { color: rgb(65,2,221); }
H1.HeaderClassName
{
color: #4102DD;
}
.AnyTagClassName
{
color: #4102DD;
}
</style>
background-color css
<style>
a { background-color: #4102DD; }
a { background-color: rgb(65,2,221); }
div.DivClassName
{
background-color: #4102DD;
}
.BgClassName
{
background-color: #4102DD;
}
</style>
border-color css
<style>
span { border-color: #4102DD; }
span { border-color: rgb(65,2,221); }
td.TdClassName
{
border-color: #4102DD;
}
.TagClassName
{
border-color: #4102DD;
}
</style>