Shades of Han Purple #4005D1
Tints of Han Purple #4005D1
RGB
CMYK
RGB Variations
Color information
#4005D1 (or 0x4005D1) is known color: Han Purple. HEX triplet: 40, 05 and D1. RGB value is (64,5,209). Sum of RGB (Red+Green+Blue) = 64+5+209=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 209 (82.03% from 255 or 75.18% from 278); Max value from RGB is 209 - color contains mainly: blue. Hex color #4005D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4005D1 is #BFFA2E. Grayscale: #2D2D2D. Windows color (decimal): -12581423 or 13698368. OLE color: 13698368.
HSL color Cylindrical-coordinate representation of color #4005D1: hue angle of 257.35º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4005D1 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 5 | 209 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.18 |
| HSL | 257.35º | 0.95% | 0.42% | - |
| HSV(B) | 257.35º | 0.98% | 0.82% | - |
| XYZ | 13.68 | 5.8 | 60.72 | - |
| YUV | 45.9 | 220.05 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 209 | 0.69 | 0.98 | 0 | 0.18 | 257.35 | 0.95 | 0.42 |
| Hex | 40 | 5 | D1 | 45 | 62 | 0 | 12 | 101 | 5F | 2A |
| Octal | 100 | 5 | 321 | 105 | 142 | 0 | 22 | 401 | 137 | 52 |
| Binary | 1000000 | 101 | 11010001 | 1000101 | 1100010 | 0 | 10010 | 100000001 | 1011111 | 101010 |
Color Harmonies of #4005D1
Complementary color
Monochromatic Colors of #4005D1
Black with #4005D1
Text Example
Text Example
White with #4005D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4005D1; }
p { color: rgb(64,5,209); }
H1.HeaderClassName
{
color: #4005D1;
}
.AnyTagClassName
{
color: #4005D1;
}
</style>
background-color css
<style>
a { background-color: #4005D1; }
a { background-color: rgb(64,5,209); }
div.DivClassName
{
background-color: #4005D1;
}
.BgClassName
{
background-color: #4005D1;
}
</style>
border-color css
<style>
span { border-color: #4005D1; }
span { border-color: rgb(64,5,209); }
td.TdClassName
{
border-color: #4005D1;
}
.TagClassName
{
border-color: #4005D1;
}
</style>