Shades of Han Purple #4526FB
Tints of Han Purple #4526FB
RGB
CMYK
RGB Variations
Color information
#4526FB (or 0x4526FB) is known color: Han Purple. HEX triplet: 45, 26 and FB. RGB value is (69,38,251). Sum of RGB (Red+Green+Blue) = 69+38+251=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #4526FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4526FB is #BAD904. Grayscale: #464646. Windows color (decimal): -12245253 or 16459333. OLE color: 16459333.
HSL color Cylindrical-coordinate representation of color #4526FB: hue angle of 248.73º 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 #4526FB is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 38 | 251 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.02 |
| HSL | 248.73º | 0.96% | 0.57% | - |
| HSV(B) | 248.73º | 0.85% | 0.98% | - |
| XYZ | 20.56 | 9.62 | 92.04 | - |
| YUV | 71.55 | 229.27 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 38 | 251 | 0.73 | 0.85 | 0 | 0.02 | 248.73 | 0.96 | 0.57 |
| Hex | 45 | 26 | FB | 49 | 55 | 0 | 2 | F9 | 60 | 39 |
| Octal | 105 | 46 | 373 | 111 | 125 | 0 | 2 | 371 | 140 | 71 |
| Binary | 1000101 | 100110 | 11111011 | 1001001 | 1010101 | 0 | 10 | 11111001 | 1100000 | 111001 |
Color Harmonies of #4526FB
Complementary color
Monochromatic Colors of #4526FB
Black with #4526FB
Text Example
Text Example
White with #4526FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4526FB; }
p { color: rgb(69,38,251); }
H1.HeaderClassName
{
color: #4526FB;
}
.AnyTagClassName
{
color: #4526FB;
}
</style>
background-color css
<style>
a { background-color: #4526FB; }
a { background-color: rgb(69,38,251); }
div.DivClassName
{
background-color: #4526FB;
}
.BgClassName
{
background-color: #4526FB;
}
</style>
border-color css
<style>
span { border-color: #4526FB; }
span { border-color: rgb(69,38,251); }
td.TdClassName
{
border-color: #4526FB;
}
.TagClassName
{
border-color: #4526FB;
}
</style>