Shades of Han Purple #4003D3
Tints of Han Purple #4003D3
RGB
CMYK
RGB Variations
Color information
#4003D3 (or 0x4003D3) is known color: Han Purple. HEX triplet: 40, 03 and D3. RGB value is (64,3,211). Sum of RGB (Red+Green+Blue) = 64+3+211=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 211 (82.81% from 255 or 75.90% from 278); Max value from RGB is 211 - color contains mainly: blue. Hex color #4003D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4003D3 is #BFFC2C. Grayscale: #2C2C2C. Windows color (decimal): -12581933 or 13828928. OLE color: 13828928.
HSL color Cylindrical-coordinate representation of color #4003D3: hue angle of 257.6º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4003D3 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 3 | 211 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.17 |
| HSL | 257.6º | 0.97% | 0.42% | - |
| HSV(B) | 257.6º | 0.99% | 0.83% | - |
| XYZ | 13.9 | 5.86 | 62.03 | - |
| YUV | 44.95 | 221.71 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 211 | 0.70 | 0.99 | 0 | 0.17 | 257.6 | 0.97 | 0.42 |
| Hex | 40 | 3 | D3 | 46 | 63 | 0 | 11 | 102 | 61 | 2A |
| Octal | 100 | 3 | 323 | 106 | 143 | 0 | 21 | 402 | 141 | 52 |
| Binary | 1000000 | 11 | 11010011 | 1000110 | 1100011 | 0 | 10001 | 100000010 | 1100001 | 101010 |
Color Harmonies of #4003D3
Complementary color
Monochromatic Colors of #4003D3
Black with #4003D3
Text Example
Text Example
White with #4003D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4003D3; }
p { color: rgb(64,3,211); }
H1.HeaderClassName
{
color: #4003D3;
}
.AnyTagClassName
{
color: #4003D3;
}
</style>
background-color css
<style>
a { background-color: #4003D3; }
a { background-color: rgb(64,3,211); }
div.DivClassName
{
background-color: #4003D3;
}
.BgClassName
{
background-color: #4003D3;
}
</style>
border-color css
<style>
span { border-color: #4003D3; }
span { border-color: rgb(64,3,211); }
td.TdClassName
{
border-color: #4003D3;
}
.TagClassName
{
border-color: #4003D3;
}
</style>