Shades of Han Purple #4900D2
Tints of Han Purple #4900D2
RGB
CMYK
RGB Variations
Color information
#4900D2 (or 0x4900D2) is known color: Han Purple. HEX triplet: 49, 00 and D2. RGB value is (73,0,210). Sum of RGB (Red+Green+Blue) = 73+0+210=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 210 (82.42% from 255 or 74.20% from 283); Max value from RGB is 210 - color contains mainly: blue. Hex color #4900D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900D2 is #B6FF2D. Grayscale: #2D2D2D. Windows color (decimal): -11992878 or 13762633. OLE color: 13762633.
HSL color Cylindrical-coordinate representation of color #4900D2: hue angle of 260.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900D2 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 0 | 210 | - |
| CMYK | 0.65 | 1 | 0 | 0.18 |
| HSL | 260.86º | 1% | 0.41% | - |
| HSV(B) | 260.86º | 1% | 0.82% | - |
| XYZ | 14.38 | 6.07 | 61.39 | - |
| YUV | 45.77 | 220.68 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 210 | 0.65 | 1 | 0 | 0.18 | 260.86 | 1 | 0.41 |
| Hex | 49 | 0 | D2 | 41 | 64 | 0 | 12 | 105 | 64 | 29 |
| Octal | 111 | 0 | 322 | 101 | 144 | 0 | 22 | 405 | 144 | 51 |
| Binary | 1001001 | 0 | 11010010 | 1000001 | 1100100 | 0 | 10010 | 100000101 | 1100100 | 101001 |
Color Harmonies of #4900D2
Complementary color
Monochromatic Colors of #4900D2
Black with #4900D2
Text Example
Text Example
White with #4900D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900D2; }
p { color: rgb(73,0,210); }
H1.HeaderClassName
{
color: #4900D2;
}
.AnyTagClassName
{
color: #4900D2;
}
</style>
background-color css
<style>
a { background-color: #4900D2; }
a { background-color: rgb(73,0,210); }
div.DivClassName
{
background-color: #4900D2;
}
.BgClassName
{
background-color: #4900D2;
}
</style>
border-color css
<style>
span { border-color: #4900D2; }
span { border-color: rgb(73,0,210); }
td.TdClassName
{
border-color: #4900D2;
}
.TagClassName
{
border-color: #4900D2;
}
</style>