Shades of Han Purple #4B0DF9
Tints of Han Purple #4B0DF9
RGB
CMYK
RGB Variations
Color information
#4B0DF9 (or 0x4B0DF9) is known color: Han Purple. HEX triplet: 4B, 0D and F9. RGB value is (75,13,249). Sum of RGB (Red+Green+Blue) = 75+13+249=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 249 (97.66% from 255 or 73.89% from 337); Max value from RGB is 249 - color contains mainly: blue. Hex color #4B0DF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0DF9 is #B4F206. Grayscale: #393939. Windows color (decimal): -11858439 or 16321867. OLE color: 16321867.
HSL color Cylindrical-coordinate representation of color #4B0DF9: hue angle of 255.76º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0DF9 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 13 | 249 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.02 |
| HSL | 255.76º | 0.95% | 0.51% | - |
| HSV(B) | 255.76º | 0.95% | 0.98% | - |
| XYZ | 20.14 | 8.62 | 90.23 | - |
| YUV | 58.44 | 235.54 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 13 | 249 | 0.70 | 0.95 | 0 | 0.02 | 255.76 | 0.95 | 0.51 |
| Hex | 4B | D | F9 | 46 | 5F | 0 | 2 | 100 | 5F | 33 |
| Octal | 113 | 15 | 371 | 106 | 137 | 0 | 2 | 400 | 137 | 63 |
| Binary | 1001011 | 1101 | 11111001 | 1000110 | 1011111 | 0 | 10 | 100000000 | 1011111 | 110011 |
Color Harmonies of #4B0DF9
Complementary color
Monochromatic Colors of #4B0DF9
Black with #4B0DF9
Text Example
Text Example
White with #4B0DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0DF9; }
p { color: rgb(75,13,249); }
H1.HeaderClassName
{
color: #4B0DF9;
}
.AnyTagClassName
{
color: #4B0DF9;
}
</style>
background-color css
<style>
a { background-color: #4B0DF9; }
a { background-color: rgb(75,13,249); }
div.DivClassName
{
background-color: #4B0DF9;
}
.BgClassName
{
background-color: #4B0DF9;
}
</style>
border-color css
<style>
span { border-color: #4B0DF9; }
span { border-color: rgb(75,13,249); }
td.TdClassName
{
border-color: #4B0DF9;
}
.TagClassName
{
border-color: #4B0DF9;
}
</style>