Shades of Han Purple #4A08DB
Tints of Han Purple #4A08DB
RGB
CMYK
RGB Variations
Color information
#4A08DB (or 0x4A08DB) is known color: Han Purple. HEX triplet: 4A, 08 and DB. RGB value is (74,8,219). Sum of RGB (Red+Green+Blue) = 74+8+219=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A08DB is #B5F724. Grayscale: #333333. Windows color (decimal): -11925285 or 14354506. OLE color: 14354506.
HSL color Cylindrical-coordinate representation of color #4A08DB: hue angle of 258.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A08DB is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 8 | 219 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.14 |
| HSL | 258.77º | 0.93% | 0.45% | - |
| HSV(B) | 258.77º | 0.96% | 0.86% | - |
| XYZ | 15.7 | 6.74 | 67.49 | - |
| YUV | 51.79 | 222.37 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 219 | 0.66 | 0.96 | 0 | 0.14 | 258.77 | 0.93 | 0.45 |
| Hex | 4A | 8 | DB | 42 | 60 | 0 | E | 103 | 5D | 2D |
| Octal | 112 | 10 | 333 | 102 | 140 | 0 | 16 | 403 | 135 | 55 |
| Binary | 1001010 | 1000 | 11011011 | 1000010 | 1100000 | 0 | 1110 | 100000011 | 1011101 | 101101 |
Color Harmonies of #4A08DB
Complementary color
Monochromatic Colors of #4A08DB
Black with #4A08DB
Text Example
Text Example
White with #4A08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A08DB; }
p { color: rgb(74,8,219); }
H1.HeaderClassName
{
color: #4A08DB;
}
.AnyTagClassName
{
color: #4A08DB;
}
</style>
background-color css
<style>
a { background-color: #4A08DB; }
a { background-color: rgb(74,8,219); }
div.DivClassName
{
background-color: #4A08DB;
}
.BgClassName
{
background-color: #4A08DB;
}
</style>
border-color css
<style>
span { border-color: #4A08DB; }
span { border-color: rgb(74,8,219); }
td.TdClassName
{
border-color: #4A08DB;
}
.TagClassName
{
border-color: #4A08DB;
}
</style>