Shades of Han Purple #4B09FA
Tints of Han Purple #4B09FA
RGB
CMYK
RGB Variations
Color information
#4B09FA (or 0x4B09FA) is known color: Han Purple. HEX triplet: 4B, 09 and FA. RGB value is (75,9,250). Sum of RGB (Red+Green+Blue) = 75+9+250=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B09FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B09FA is #B4F605. Grayscale: #373737. Windows color (decimal): -11859462 or 16386379. OLE color: 16386379.
HSL color Cylindrical-coordinate representation of color #4B09FA: hue angle of 256.43º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B09FA is Cyan = 0.7, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 9 | 250 | - |
| CMYK | 0.7 | 0.96 | 0 | 0.02 |
| HSL | 256.43º | 0.96% | 0.51% | - |
| HSV(B) | 256.43º | 0.96% | 0.98% | - |
| XYZ | 20.25 | 8.59 | 91.03 | - |
| YUV | 56.21 | 237.37 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 250 | 0.7 | 0.96 | 0 | 0.02 | 256.43 | 0.96 | 0.51 |
| Hex | 4B | 9 | FA | 46 | 60 | 0 | 2 | 100 | 60 | 33 |
| Octal | 113 | 11 | 372 | 106 | 140 | 0 | 2 | 400 | 140 | 63 |
| Binary | 1001011 | 1001 | 11111010 | 1000110 | 1100000 | 0 | 10 | 100000000 | 1100000 | 110011 |
Color Harmonies of #4B09FA
Complementary color
Monochromatic Colors of #4B09FA
Black with #4B09FA
Text Example
Text Example
White with #4B09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B09FA; }
p { color: rgb(75,9,250); }
H1.HeaderClassName
{
color: #4B09FA;
}
.AnyTagClassName
{
color: #4B09FA;
}
</style>
background-color css
<style>
a { background-color: #4B09FA; }
a { background-color: rgb(75,9,250); }
div.DivClassName
{
background-color: #4B09FA;
}
.BgClassName
{
background-color: #4B09FA;
}
</style>
border-color css
<style>
span { border-color: #4B09FA; }
span { border-color: rgb(75,9,250); }
td.TdClassName
{
border-color: #4B09FA;
}
.TagClassName
{
border-color: #4B09FA;
}
</style>