Shades of Han Purple #4B26FF
Tints of Han Purple #4B26FF
RGB
CMYK
RGB Variations
Color information
#4B26FF (or 0x4B26FF) is known color: Han Purple. HEX triplet: 4B, 26 and FF. RGB value is (75,38,255). Sum of RGB (Red+Green+Blue) = 75+38+255=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B26FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B26FF is #B4D900. Grayscale: #484848. Windows color (decimal): -11852033 or 16721483. OLE color: 16721483.
HSL color Cylindrical-coordinate representation of color #4B26FF: hue angle of 250.23º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B26FF is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 38 | 255 | - |
| CMYK | 0.71 | 0.85 | 0 | 0 |
| HSL | 250.23º | 1% | 0.57% | - |
| HSV(B) | 250.23º | 0.85% | 1% | - |
| XYZ | 21.64 | 10.1 | 95.42 | - |
| YUV | 73.8 | 230.26 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 255 | 0.71 | 0.85 | 0 | 0 | 250.23 | 1 | 0.57 |
| Hex | 4B | 26 | FF | 47 | 55 | 0 | 0 | FA | 64 | 39 |
| Octal | 113 | 46 | 377 | 107 | 125 | 0 | 0 | 372 | 144 | 71 |
| Binary | 1001011 | 100110 | 11111111 | 1000111 | 1010101 | 0 | 0 | 11111010 | 1100100 | 111001 |
Color Harmonies of #4B26FF
Complementary color
Monochromatic Colors of #4B26FF
Black with #4B26FF
Text Example
Text Example
White with #4B26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B26FF; }
p { color: rgb(75,38,255); }
H1.HeaderClassName
{
color: #4B26FF;
}
.AnyTagClassName
{
color: #4B26FF;
}
</style>
background-color css
<style>
a { background-color: #4B26FF; }
a { background-color: rgb(75,38,255); }
div.DivClassName
{
background-color: #4B26FF;
}
.BgClassName
{
background-color: #4B26FF;
}
</style>
border-color css
<style>
span { border-color: #4B26FF; }
span { border-color: rgb(75,38,255); }
td.TdClassName
{
border-color: #4B26FF;
}
.TagClassName
{
border-color: #4B26FF;
}
</style>