Shades of Han Purple #4B2BFD
Tints of Han Purple #4B2BFD
RGB
CMYK
RGB Variations
Color information
#4B2BFD (or 0x4B2BFD) is known color: Han Purple. HEX triplet: 4B, 2B and FD. RGB value is (75,43,253). Sum of RGB (Red+Green+Blue) = 75+43+253=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B2BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B2BFD is #B4D402. Grayscale: #4B4B4B. Windows color (decimal): -11850755 or 16591691. OLE color: 16591691.
HSL color Cylindrical-coordinate representation of color #4B2BFD: hue angle of 249.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B2BFD is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 43 | 253 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.01 |
| HSL | 249.14º | 0.98% | 0.58% | - |
| HSV(B) | 249.14º | 0.83% | 0.99% | - |
| XYZ | 21.5 | 10.32 | 93.79 | - |
| YUV | 76.51 | 227.6 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 43 | 253 | 0.70 | 0.83 | 0 | 0.01 | 249.14 | 0.98 | 0.58 |
| Hex | 4B | 2B | FD | 46 | 53 | 0 | 1 | F9 | 62 | 3A |
| Octal | 113 | 53 | 375 | 106 | 123 | 0 | 1 | 371 | 142 | 72 |
| Binary | 1001011 | 101011 | 11111101 | 1000110 | 1010011 | 0 | 1 | 11111001 | 1100010 | 111010 |
Color Harmonies of #4B2BFD
Complementary color
Monochromatic Colors of #4B2BFD
Black with #4B2BFD
Text Example
Text Example
White with #4B2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2BFD; }
p { color: rgb(75,43,253); }
H1.HeaderClassName
{
color: #4B2BFD;
}
.AnyTagClassName
{
color: #4B2BFD;
}
</style>
background-color css
<style>
a { background-color: #4B2BFD; }
a { background-color: rgb(75,43,253); }
div.DivClassName
{
background-color: #4B2BFD;
}
.BgClassName
{
background-color: #4B2BFD;
}
</style>
border-color css
<style>
span { border-color: #4B2BFD; }
span { border-color: rgb(75,43,253); }
td.TdClassName
{
border-color: #4B2BFD;
}
.TagClassName
{
border-color: #4B2BFD;
}
</style>