Shades of Han Purple #4602DF
Tints of Han Purple #4602DF
RGB
CMYK
RGB Variations
Color information
#4602DF (or 0x4602DF) is known color: Han Purple. HEX triplet: 46, 02 and DF. RGB value is (70,2,223). Sum of RGB (Red+Green+Blue) = 70+2+223=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #4602DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4602DF is #B9FD20. Grayscale: #2E2E2E. Windows color (decimal): -12188961 or 14615110. OLE color: 14615110.
HSL color Cylindrical-coordinate representation of color #4602DF: hue angle of 258.46º 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 #4602DF is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 2 | 223 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.13 |
| HSL | 258.46º | 0.98% | 0.44% | - |
| HSV(B) | 258.46º | 0.99% | 0.87% | - |
| XYZ | 15.87 | 6.67 | 70.26 | - |
| YUV | 47.53 | 227.03 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 223 | 0.69 | 0.99 | 0 | 0.13 | 258.46 | 0.98 | 0.44 |
| Hex | 46 | 2 | DF | 45 | 63 | 0 | D | 102 | 62 | 2C |
| Octal | 106 | 2 | 337 | 105 | 143 | 0 | 15 | 402 | 142 | 54 |
| Binary | 1000110 | 10 | 11011111 | 1000101 | 1100011 | 0 | 1101 | 100000010 | 1100010 | 101100 |
Color Harmonies of #4602DF
Complementary color
Monochromatic Colors of #4602DF
Black with #4602DF
Text Example
Text Example
White with #4602DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4602DF; }
p { color: rgb(70,2,223); }
H1.HeaderClassName
{
color: #4602DF;
}
.AnyTagClassName
{
color: #4602DF;
}
</style>
background-color css
<style>
a { background-color: #4602DF; }
a { background-color: rgb(70,2,223); }
div.DivClassName
{
background-color: #4602DF;
}
.BgClassName
{
background-color: #4602DF;
}
</style>
border-color css
<style>
span { border-color: #4602DF; }
span { border-color: rgb(70,2,223); }
td.TdClassName
{
border-color: #4602DF;
}
.TagClassName
{
border-color: #4602DF;
}
</style>