Shades of Han Purple #4B09DB
Tints of Han Purple #4B09DB
RGB
CMYK
RGB Variations
Color information
#4B09DB (or 0x4B09DB) is known color: Han Purple. HEX triplet: 4B, 09 and DB. RGB value is (75,9,219). Sum of RGB (Red+Green+Blue) = 75+9+219=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B09DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B09DB is #B4F624. Grayscale: #333333. Windows color (decimal): -11859493 or 14354763. OLE color: 14354763.
HSL color Cylindrical-coordinate representation of color #4B09DB: hue angle of 258.86º degrees, saturation: 0.92, 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 #4B09DB is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 9 | 219 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.14 |
| HSL | 258.86º | 0.92% | 0.45% | - |
| HSV(B) | 258.86º | 0.96% | 0.86% | - |
| XYZ | 15.79 | 6.81 | 67.5 | - |
| YUV | 52.67 | 221.87 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 219 | 0.66 | 0.96 | 0 | 0.14 | 258.86 | 0.92 | 0.45 |
| Hex | 4B | 9 | DB | 42 | 60 | 0 | E | 103 | 5C | 2D |
| Octal | 113 | 11 | 333 | 102 | 140 | 0 | 16 | 403 | 134 | 55 |
| Binary | 1001011 | 1001 | 11011011 | 1000010 | 1100000 | 0 | 1110 | 100000011 | 1011100 | 101101 |
Color Harmonies of #4B09DB
Complementary color
Monochromatic Colors of #4B09DB
Black with #4B09DB
Text Example
Text Example
White with #4B09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B09DB; }
p { color: rgb(75,9,219); }
H1.HeaderClassName
{
color: #4B09DB;
}
.AnyTagClassName
{
color: #4B09DB;
}
</style>
background-color css
<style>
a { background-color: #4B09DB; }
a { background-color: rgb(75,9,219); }
div.DivClassName
{
background-color: #4B09DB;
}
.BgClassName
{
background-color: #4B09DB;
}
</style>
border-color css
<style>
span { border-color: #4B09DB; }
span { border-color: rgb(75,9,219); }
td.TdClassName
{
border-color: #4B09DB;
}
.TagClassName
{
border-color: #4B09DB;
}
</style>