Shades of Han Purple #4B26F3
Tints of Han Purple #4B26F3
RGB
CMYK
RGB Variations
Color information
#4B26F3 (or 0x4B26F3) is known color: Han Purple. HEX triplet: 4B, 26 and F3. RGB value is (75,38,243). Sum of RGB (Red+Green+Blue) = 75+38+243=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 243 (95.31% from 255 or 68.26% from 356); Max value from RGB is 243 - color contains mainly: blue. Hex color #4B26F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B26F3 is #B4D90C. Grayscale: #474747. Windows color (decimal): -11852045 or 15935051. OLE color: 15935051.
HSL color Cylindrical-coordinate representation of color #4B26F3: hue angle of 250.83º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B26F3 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 38 | 243 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.05 |
| HSL | 250.83º | 0.9% | 0.55% | - |
| HSV(B) | 250.83º | 0.84% | 0.95% | - |
| XYZ | 19.77 | 9.35 | 85.56 | - |
| YUV | 72.43 | 224.26 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 243 | 0.69 | 0.84 | 0 | 0.05 | 250.83 | 0.9 | 0.55 |
| Hex | 4B | 26 | F3 | 45 | 54 | 0 | 5 | FB | 5A | 37 |
| Octal | 113 | 46 | 363 | 105 | 124 | 0 | 5 | 373 | 132 | 67 |
| Binary | 1001011 | 100110 | 11110011 | 1000101 | 1010100 | 0 | 101 | 11111011 | 1011010 | 110111 |
Color Harmonies of #4B26F3
Complementary color
Monochromatic Colors of #4B26F3
Black with #4B26F3
Text Example
Text Example
White with #4B26F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B26F3; }
p { color: rgb(75,38,243); }
H1.HeaderClassName
{
color: #4B26F3;
}
.AnyTagClassName
{
color: #4B26F3;
}
</style>
background-color css
<style>
a { background-color: #4B26F3; }
a { background-color: rgb(75,38,243); }
div.DivClassName
{
background-color: #4B26F3;
}
.BgClassName
{
background-color: #4B26F3;
}
</style>
border-color css
<style>
span { border-color: #4B26F3; }
span { border-color: rgb(75,38,243); }
td.TdClassName
{
border-color: #4B26F3;
}
.TagClassName
{
border-color: #4B26F3;
}
</style>