Shades of Han Purple #4B09DD
Tints of Han Purple #4B09DD
RGB
CMYK
RGB Variations
Color information
#4B09DD (or 0x4B09DD) is known color: Han Purple. HEX triplet: 4B, 09 and DD. RGB value is (75,9,221). Sum of RGB (Red+Green+Blue) = 75+9+221=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B09DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B09DD is #B4F622. Grayscale: #343434. Windows color (decimal): -11859491 or 14485835. OLE color: 14485835.
HSL color Cylindrical-coordinate representation of color #4B09DD: hue angle of 258.68º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B09DD is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 9 | 221 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.13 |
| HSL | 258.68º | 0.92% | 0.45% | - |
| HSV(B) | 258.68º | 0.96% | 0.87% | - |
| XYZ | 16.05 | 6.91 | 68.89 | - |
| YUV | 52.9 | 222.87 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 221 | 0.66 | 0.96 | 0 | 0.13 | 258.68 | 0.92 | 0.45 |
| Hex | 4B | 9 | DD | 42 | 60 | 0 | D | 103 | 5C | 2D |
| Octal | 113 | 11 | 335 | 102 | 140 | 0 | 15 | 403 | 134 | 55 |
| Binary | 1001011 | 1001 | 11011101 | 1000010 | 1100000 | 0 | 1101 | 100000011 | 1011100 | 101101 |
Color Harmonies of #4B09DD
Complementary color
Monochromatic Colors of #4B09DD
Black with #4B09DD
Text Example
Text Example
White with #4B09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B09DD; }
p { color: rgb(75,9,221); }
H1.HeaderClassName
{
color: #4B09DD;
}
.AnyTagClassName
{
color: #4B09DD;
}
</style>
background-color css
<style>
a { background-color: #4B09DD; }
a { background-color: rgb(75,9,221); }
div.DivClassName
{
background-color: #4B09DD;
}
.BgClassName
{
background-color: #4B09DD;
}
</style>
border-color css
<style>
span { border-color: #4B09DD; }
span { border-color: rgb(75,9,221); }
td.TdClassName
{
border-color: #4B09DD;
}
.TagClassName
{
border-color: #4B09DD;
}
</style>