Shades of Han Purple #4005D2
Tints of Han Purple #4005D2
RGB
CMYK
RGB Variations
Color information
#4005D2 (or 0x4005D2) is known color: Han Purple. HEX triplet: 40, 05 and D2. RGB value is (64,5,210). Sum of RGB (Red+Green+Blue) = 64+5+210=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 210 (82.42% from 255 or 75.27% from 279); Max value from RGB is 210 - color contains mainly: blue. Hex color #4005D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4005D2 is #BFFA2D. Grayscale: #2D2D2D. Windows color (decimal): -12581422 or 13763904. OLE color: 13763904.
HSL color Cylindrical-coordinate representation of color #4005D2: hue angle of 257.27º 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 #4005D2 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 5 | 210 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.18 |
| HSL | 257.27º | 0.95% | 0.42% | - |
| HSV(B) | 257.27º | 0.98% | 0.82% | - |
| XYZ | 13.8 | 5.85 | 61.37 | - |
| YUV | 46.01 | 220.55 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 210 | 0.70 | 0.98 | 0 | 0.18 | 257.27 | 0.95 | 0.42 |
| Hex | 40 | 5 | D2 | 46 | 62 | 0 | 12 | 101 | 5F | 2A |
| Octal | 100 | 5 | 322 | 106 | 142 | 0 | 22 | 401 | 137 | 52 |
| Binary | 1000000 | 101 | 11010010 | 1000110 | 1100010 | 0 | 10010 | 100000001 | 1011111 | 101010 |
Color Harmonies of #4005D2
Complementary color
Monochromatic Colors of #4005D2
Black with #4005D2
Text Example
Text Example
White with #4005D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4005D2; }
p { color: rgb(64,5,210); }
H1.HeaderClassName
{
color: #4005D2;
}
.AnyTagClassName
{
color: #4005D2;
}
</style>
background-color css
<style>
a { background-color: #4005D2; }
a { background-color: rgb(64,5,210); }
div.DivClassName
{
background-color: #4005D2;
}
.BgClassName
{
background-color: #4005D2;
}
</style>
border-color css
<style>
span { border-color: #4005D2; }
span { border-color: rgb(64,5,210); }
td.TdClassName
{
border-color: #4005D2;
}
.TagClassName
{
border-color: #4005D2;
}
</style>