Shades of Han Purple #4B1CFD
Tints of Han Purple #4B1CFD
RGB
CMYK
RGB Variations
Color information
#4B1CFD (or 0x4B1CFD) is known color: Han Purple. HEX triplet: 4B, 1C and FD. RGB value is (75,28,253). Sum of RGB (Red+Green+Blue) = 75+28+253=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B1CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B1CFD is #B4E302. Grayscale: #424242. Windows color (decimal): -11854595 or 16587851. OLE color: 16587851.
HSL color Cylindrical-coordinate representation of color #4B1CFD: hue angle of 252.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B1CFD is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 28 | 253 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.01 |
| HSL | 252.53º | 0.98% | 0.55% | - |
| HSV(B) | 252.53º | 0.89% | 0.99% | - |
| XYZ | 21.05 | 9.42 | 93.64 | - |
| YUV | 67.7 | 232.57 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 28 | 253 | 0.70 | 0.89 | 0 | 0.01 | 252.53 | 0.98 | 0.55 |
| Hex | 4B | 1C | FD | 46 | 59 | 0 | 1 | FD | 62 | 37 |
| Octal | 113 | 34 | 375 | 106 | 131 | 0 | 1 | 375 | 142 | 67 |
| Binary | 1001011 | 11100 | 11111101 | 1000110 | 1011001 | 0 | 1 | 11111101 | 1100010 | 110111 |
Color Harmonies of #4B1CFD
Complementary color
Monochromatic Colors of #4B1CFD
Black with #4B1CFD
Text Example
Text Example
White with #4B1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1CFD; }
p { color: rgb(75,28,253); }
H1.HeaderClassName
{
color: #4B1CFD;
}
.AnyTagClassName
{
color: #4B1CFD;
}
</style>
background-color css
<style>
a { background-color: #4B1CFD; }
a { background-color: rgb(75,28,253); }
div.DivClassName
{
background-color: #4B1CFD;
}
.BgClassName
{
background-color: #4B1CFD;
}
</style>
border-color css
<style>
span { border-color: #4B1CFD; }
span { border-color: rgb(75,28,253); }
td.TdClassName
{
border-color: #4B1CFD;
}
.TagClassName
{
border-color: #4B1CFD;
}
</style>