Shades of Han Purple #4803DC
Tints of Han Purple #4803DC
RGB
CMYK
RGB Variations
Color information
#4803DC (or 0x4803DC) is known color: Han Purple. HEX triplet: 48, 03 and DC. RGB value is (72,3,220). Sum of RGB (Red+Green+Blue) = 72+3+220=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #4803DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4803DC is #B7FC23. Grayscale: #2F2F2F. Windows color (decimal): -12057636 or 14418760. OLE color: 14418760.
HSL color Cylindrical-coordinate representation of color #4803DC: hue angle of 259.08º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4803DC is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 3 | 220 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.14 |
| HSL | 259.08º | 0.97% | 0.44% | - |
| HSV(B) | 259.08º | 0.99% | 0.86% | - |
| XYZ | 15.62 | 6.61 | 68.16 | - |
| YUV | 48.37 | 224.86 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 220 | 0.67 | 0.99 | 0 | 0.14 | 259.08 | 0.97 | 0.44 |
| Hex | 48 | 3 | DC | 43 | 63 | 0 | E | 103 | 61 | 2C |
| Octal | 110 | 3 | 334 | 103 | 143 | 0 | 16 | 403 | 141 | 54 |
| Binary | 1001000 | 11 | 11011100 | 1000011 | 1100011 | 0 | 1110 | 100000011 | 1100001 | 101100 |
Color Harmonies of #4803DC
Complementary color
Monochromatic Colors of #4803DC
Black with #4803DC
Text Example
Text Example
White with #4803DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4803DC; }
p { color: rgb(72,3,220); }
H1.HeaderClassName
{
color: #4803DC;
}
.AnyTagClassName
{
color: #4803DC;
}
</style>
background-color css
<style>
a { background-color: #4803DC; }
a { background-color: rgb(72,3,220); }
div.DivClassName
{
background-color: #4803DC;
}
.BgClassName
{
background-color: #4803DC;
}
</style>
border-color css
<style>
span { border-color: #4803DC; }
span { border-color: rgb(72,3,220); }
td.TdClassName
{
border-color: #4803DC;
}
.TagClassName
{
border-color: #4803DC;
}
</style>