Shades of Han Purple #4226FB
Tints of Han Purple #4226FB
RGB
CMYK
RGB Variations
Color information
#4226FB (or 0x4226FB) is known color: Han Purple. HEX triplet: 42, 26 and FB. RGB value is (66,38,251). Sum of RGB (Red+Green+Blue) = 66+38+251=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #4226FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4226FB is #BDD904. Grayscale: #454545. Windows color (decimal): -12441861 or 16459330. OLE color: 16459330.
HSL color Cylindrical-coordinate representation of color #4226FB: hue angle of 247.89º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4226FB is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 38 | 251 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.02 |
| HSL | 247.89º | 0.96% | 0.57% | - |
| HSV(B) | 247.89º | 0.85% | 0.98% | - |
| XYZ | 20.35 | 9.51 | 92.03 | - |
| YUV | 70.65 | 229.78 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 251 | 0.74 | 0.85 | 0 | 0.02 | 247.89 | 0.96 | 0.57 |
| Hex | 42 | 26 | FB | 4A | 55 | 0 | 2 | F8 | 60 | 39 |
| Octal | 102 | 46 | 373 | 112 | 125 | 0 | 2 | 370 | 140 | 71 |
| Binary | 1000010 | 100110 | 11111011 | 1001010 | 1010101 | 0 | 10 | 11111000 | 1100000 | 111001 |
Color Harmonies of #4226FB
Complementary color
Monochromatic Colors of #4226FB
Black with #4226FB
Text Example
Text Example
White with #4226FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4226FB; }
p { color: rgb(66,38,251); }
H1.HeaderClassName
{
color: #4226FB;
}
.AnyTagClassName
{
color: #4226FB;
}
</style>
background-color css
<style>
a { background-color: #4226FB; }
a { background-color: rgb(66,38,251); }
div.DivClassName
{
background-color: #4226FB;
}
.BgClassName
{
background-color: #4226FB;
}
</style>
border-color css
<style>
span { border-color: #4226FB; }
span { border-color: rgb(66,38,251); }
td.TdClassName
{
border-color: #4226FB;
}
.TagClassName
{
border-color: #4226FB;
}
</style>