Shades of Han Purple #4908CE
Tints of Han Purple #4908CE
RGB
CMYK
RGB Variations
Color information
#4908CE (or 0x4908CE) is known color: Han Purple. HEX triplet: 49, 08 and CE. RGB value is (73,8,206). Sum of RGB (Red+Green+Blue) = 73+8+206=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #4908CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4908CE is #B6F731. Grayscale: #313131. Windows color (decimal): -11990834 or 13502537. OLE color: 13502537.
HSL color Cylindrical-coordinate representation of color #4908CE: hue angle of 259.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4908CE is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 8 | 206 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.19 |
| HSL | 259.7º | 0.93% | 0.42% | - |
| HSV(B) | 259.7º | 0.96% | 0.81% | - |
| XYZ | 13.98 | 6.05 | 58.82 | - |
| YUV | 50.01 | 216.03 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 206 | 0.65 | 0.96 | 0 | 0.19 | 259.7 | 0.93 | 0.42 |
| Hex | 49 | 8 | CE | 41 | 60 | 0 | 13 | 104 | 5D | 2A |
| Octal | 111 | 10 | 316 | 101 | 140 | 0 | 23 | 404 | 135 | 52 |
| Binary | 1001001 | 1000 | 11001110 | 1000001 | 1100000 | 0 | 10011 | 100000100 | 1011101 | 101010 |
Color Harmonies of #4908CE
Complementary color
Monochromatic Colors of #4908CE
Black with #4908CE
Text Example
Text Example
White with #4908CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4908CE; }
p { color: rgb(73,8,206); }
H1.HeaderClassName
{
color: #4908CE;
}
.AnyTagClassName
{
color: #4908CE;
}
</style>
background-color css
<style>
a { background-color: #4908CE; }
a { background-color: rgb(73,8,206); }
div.DivClassName
{
background-color: #4908CE;
}
.BgClassName
{
background-color: #4908CE;
}
</style>
border-color css
<style>
span { border-color: #4908CE; }
span { border-color: rgb(73,8,206); }
td.TdClassName
{
border-color: #4908CE;
}
.TagClassName
{
border-color: #4908CE;
}
</style>