Shades of Han Purple #4B29DD
Tints of Han Purple #4B29DD
RGB
CMYK
RGB Variations
Color information
#4B29DD (or 0x4B29DD) is known color: Han Purple. HEX triplet: 4B, 29 and DD. RGB value is (75,41,221). Sum of RGB (Red+Green+Blue) = 75+41+221=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B29DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B29DD is #B4D622. Grayscale: #474747. Windows color (decimal): -11851299 or 14494027. OLE color: 14494027.
HSL color Cylindrical-coordinate representation of color #4B29DD: hue angle of 251.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B29DD is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 41 | 221 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.13 |
| HSL | 251.33º | 0.73% | 0.51% | - |
| HSV(B) | 251.33º | 0.81% | 0.87% | - |
| XYZ | 16.75 | 8.3 | 69.13 | - |
| YUV | 71.69 | 212.26 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 221 | 0.66 | 0.81 | 0 | 0.13 | 251.33 | 0.73 | 0.51 |
| Hex | 4B | 29 | DD | 42 | 51 | 0 | D | FB | 49 | 33 |
| Octal | 113 | 51 | 335 | 102 | 121 | 0 | 15 | 373 | 111 | 63 |
| Binary | 1001011 | 101001 | 11011101 | 1000010 | 1010001 | 0 | 1101 | 11111011 | 1001001 | 110011 |
Color Harmonies of #4B29DD
Complementary color
Monochromatic Colors of #4B29DD
Black with #4B29DD
Text Example
Text Example
White with #4B29DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B29DD; }
p { color: rgb(75,41,221); }
H1.HeaderClassName
{
color: #4B29DD;
}
.AnyTagClassName
{
color: #4B29DD;
}
</style>
background-color css
<style>
a { background-color: #4B29DD; }
a { background-color: rgb(75,41,221); }
div.DivClassName
{
background-color: #4B29DD;
}
.BgClassName
{
background-color: #4B29DD;
}
</style>
border-color css
<style>
span { border-color: #4B29DD; }
span { border-color: rgb(75,41,221); }
td.TdClassName
{
border-color: #4B29DD;
}
.TagClassName
{
border-color: #4B29DD;
}
</style>