Shades of Han Purple #4803DB
Tints of Han Purple #4803DB
RGB
CMYK
RGB Variations
Color information
#4803DB (or 0x4803DB) is known color: Han Purple. HEX triplet: 48, 03 and DB. RGB value is (72,3,219). Sum of RGB (Red+Green+Blue) = 72+3+219=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #4803DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4803DB is #B7FC24. Grayscale: #2F2F2F. Windows color (decimal): -12057637 or 14353224. OLE color: 14353224.
HSL color Cylindrical-coordinate representation of color #4803DB: hue angle of 259.17º 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 #4803DB is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 3 | 219 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.14 |
| HSL | 259.17º | 0.97% | 0.44% | - |
| HSV(B) | 259.17º | 0.99% | 0.86% | - |
| XYZ | 15.49 | 6.56 | 67.47 | - |
| YUV | 48.26 | 224.36 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 219 | 0.67 | 0.99 | 0 | 0.14 | 259.17 | 0.97 | 0.44 |
| Hex | 48 | 3 | DB | 43 | 63 | 0 | E | 103 | 61 | 2C |
| Octal | 110 | 3 | 333 | 103 | 143 | 0 | 16 | 403 | 141 | 54 |
| Binary | 1001000 | 11 | 11011011 | 1000011 | 1100011 | 0 | 1110 | 100000011 | 1100001 | 101100 |
Color Harmonies of #4803DB
Complementary color
Monochromatic Colors of #4803DB
Black with #4803DB
Text Example
Text Example
White with #4803DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4803DB; }
p { color: rgb(72,3,219); }
H1.HeaderClassName
{
color: #4803DB;
}
.AnyTagClassName
{
color: #4803DB;
}
</style>
background-color css
<style>
a { background-color: #4803DB; }
a { background-color: rgb(72,3,219); }
div.DivClassName
{
background-color: #4803DB;
}
.BgClassName
{
background-color: #4803DB;
}
</style>
border-color css
<style>
span { border-color: #4803DB; }
span { border-color: rgb(72,3,219); }
td.TdClassName
{
border-color: #4803DB;
}
.TagClassName
{
border-color: #4803DB;
}
</style>