Shades of Han Purple #4B08DB
Tints of Han Purple #4B08DB
RGB
CMYK
RGB Variations
Color information
#4B08DB (or 0x4B08DB) is known color: Han Purple. HEX triplet: 4B, 08 and DB. RGB value is (75,8,219). Sum of RGB (Red+Green+Blue) = 75+8+219=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B08DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B08DB is #B4F724. Grayscale: #333333. Windows color (decimal): -11859749 or 14354507. OLE color: 14354507.
HSL color Cylindrical-coordinate representation of color #4B08DB: hue angle of 259.05º 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 #4B08DB is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 8 | 219 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.14 |
| HSL | 259.05º | 0.93% | 0.45% | - |
| HSV(B) | 259.05º | 0.96% | 0.86% | - |
| XYZ | 15.77 | 6.78 | 67.5 | - |
| YUV | 52.09 | 222.2 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 219 | 0.66 | 0.96 | 0 | 0.14 | 259.05 | 0.93 | 0.45 |
| Hex | 4B | 8 | DB | 42 | 60 | 0 | E | 103 | 5D | 2D |
| Octal | 113 | 10 | 333 | 102 | 140 | 0 | 16 | 403 | 135 | 55 |
| Binary | 1001011 | 1000 | 11011011 | 1000010 | 1100000 | 0 | 1110 | 100000011 | 1011101 | 101101 |
Color Harmonies of #4B08DB
Complementary color
Monochromatic Colors of #4B08DB
Black with #4B08DB
Text Example
Text Example
White with #4B08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B08DB; }
p { color: rgb(75,8,219); }
H1.HeaderClassName
{
color: #4B08DB;
}
.AnyTagClassName
{
color: #4B08DB;
}
</style>
background-color css
<style>
a { background-color: #4B08DB; }
a { background-color: rgb(75,8,219); }
div.DivClassName
{
background-color: #4B08DB;
}
.BgClassName
{
background-color: #4B08DB;
}
</style>
border-color css
<style>
span { border-color: #4B08DB; }
span { border-color: rgb(75,8,219); }
td.TdClassName
{
border-color: #4B08DB;
}
.TagClassName
{
border-color: #4B08DB;
}
</style>