Shades of Han Purple #4203DF
Tints of Han Purple #4203DF
RGB
CMYK
RGB Variations
Color information
#4203DF (or 0x4203DF) is known color: Han Purple. HEX triplet: 42, 03 and DF. RGB value is (66,3,223). Sum of RGB (Red+Green+Blue) = 66+3+223=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #4203DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4203DF is #BDFC20. Grayscale: #2E2E2E. Windows color (decimal): -12450849 or 14615362. OLE color: 14615362.
HSL color Cylindrical-coordinate representation of color #4203DF: hue angle of 257.18º degrees, saturation: 0.97, 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 #4203DF is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 3 | 223 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.13 |
| HSL | 257.18º | 0.97% | 0.44% | - |
| HSV(B) | 257.18º | 0.99% | 0.87% | - |
| XYZ | 15.6 | 6.55 | 70.25 | - |
| YUV | 46.92 | 227.37 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 223 | 0.70 | 0.99 | 0 | 0.13 | 257.18 | 0.97 | 0.44 |
| Hex | 42 | 3 | DF | 46 | 63 | 0 | D | 101 | 61 | 2C |
| Octal | 102 | 3 | 337 | 106 | 143 | 0 | 15 | 401 | 141 | 54 |
| Binary | 1000010 | 11 | 11011111 | 1000110 | 1100011 | 0 | 1101 | 100000001 | 1100001 | 101100 |
Color Harmonies of #4203DF
Complementary color
Monochromatic Colors of #4203DF
Black with #4203DF
Text Example
Text Example
White with #4203DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4203DF; }
p { color: rgb(66,3,223); }
H1.HeaderClassName
{
color: #4203DF;
}
.AnyTagClassName
{
color: #4203DF;
}
</style>
background-color css
<style>
a { background-color: #4203DF; }
a { background-color: rgb(66,3,223); }
div.DivClassName
{
background-color: #4203DF;
}
.BgClassName
{
background-color: #4203DF;
}
</style>
border-color css
<style>
span { border-color: #4203DF; }
span { border-color: rgb(66,3,223); }
td.TdClassName
{
border-color: #4203DF;
}
.TagClassName
{
border-color: #4203DF;
}
</style>