Shades of Han Purple #4803CC
Tints of Han Purple #4803CC
RGB
CMYK
RGB Variations
Color information
#4803CC (or 0x4803CC) is known color: Han Purple. HEX triplet: 48, 03 and CC. RGB value is (72,3,204). Sum of RGB (Red+Green+Blue) = 72+3+204=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #4803CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4803CC is #B7FC33. Grayscale: #2D2D2D. Windows color (decimal): -12057652 or 13370184. OLE color: 13370184.
HSL color Cylindrical-coordinate representation of color #4803CC: hue angle of 260.6º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4803CC is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 3 | 204 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.2 |
| HSL | 260.6º | 0.97% | 0.41% | - |
| HSV(B) | 260.6º | 0.99% | 0.8% | - |
| XYZ | 13.6 | 5.8 | 57.53 | - |
| YUV | 46.55 | 216.86 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 204 | 0.65 | 0.99 | 0 | 0.2 | 260.6 | 0.97 | 0.41 |
| Hex | 48 | 3 | CC | 41 | 63 | 0 | 14 | 105 | 61 | 29 |
| Octal | 110 | 3 | 314 | 101 | 143 | 0 | 24 | 405 | 141 | 51 |
| Binary | 1001000 | 11 | 11001100 | 1000001 | 1100011 | 0 | 10100 | 100000101 | 1100001 | 101001 |
Color Harmonies of #4803CC
Complementary color
Monochromatic Colors of #4803CC
Black with #4803CC
Text Example
Text Example
White with #4803CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4803CC; }
p { color: rgb(72,3,204); }
H1.HeaderClassName
{
color: #4803CC;
}
.AnyTagClassName
{
color: #4803CC;
}
</style>
background-color css
<style>
a { background-color: #4803CC; }
a { background-color: rgb(72,3,204); }
div.DivClassName
{
background-color: #4803CC;
}
.BgClassName
{
background-color: #4803CC;
}
</style>
border-color css
<style>
span { border-color: #4803CC; }
span { border-color: rgb(72,3,204); }
td.TdClassName
{
border-color: #4803CC;
}
.TagClassName
{
border-color: #4803CC;
}
</style>