Shades of Han Purple #3526E6
Tints of Han Purple #3526E6
RGB
CMYK
RGB Variations
Color information
#3526E6 (or 0x3526E6) is known color: Han Purple. HEX triplet: 35, 26 and E6. RGB value is (53,38,230). Sum of RGB (Red+Green+Blue) = 53+38+230=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 230 (90.23% from 255 or 71.65% from 321); Max value from RGB is 230 - color contains mainly: blue. Hex color #3526E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3526E6 is #CAD919. Grayscale: #3F3F3F. Windows color (decimal): -13293850 or 15083061. OLE color: 15083061.
HSL color Cylindrical-coordinate representation of color #3526E6: hue angle of 244.69º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3526E6 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 38 | 230 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.10 |
| HSL | 244.69º | 0.79% | 0.53% | - |
| HSV(B) | 244.69º | 0.83% | 0.9% | - |
| XYZ | 16.44 | 7.86 | 75.51 | - |
| YUV | 64.37 | 221.47 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 230 | 0.77 | 0.83 | 0 | 0.10 | 244.69 | 0.79 | 0.53 |
| Hex | 35 | 26 | E6 | 4D | 53 | 0 | A | F5 | 4F | 35 |
| Octal | 65 | 46 | 346 | 115 | 123 | 0 | 12 | 365 | 117 | 65 |
| Binary | 110101 | 100110 | 11100110 | 1001101 | 1010011 | 0 | 1010 | 11110101 | 1001111 | 110101 |
Color Harmonies of #3526E6
Complementary color
Monochromatic Colors of #3526E6
Black with #3526E6
Text Example
Text Example
White with #3526E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3526E6; }
p { color: rgb(53,38,230); }
H1.HeaderClassName
{
color: #3526E6;
}
.AnyTagClassName
{
color: #3526E6;
}
</style>
background-color css
<style>
a { background-color: #3526E6; }
a { background-color: rgb(53,38,230); }
div.DivClassName
{
background-color: #3526E6;
}
.BgClassName
{
background-color: #3526E6;
}
</style>
border-color css
<style>
span { border-color: #3526E6; }
span { border-color: rgb(53,38,230); }
td.TdClassName
{
border-color: #3526E6;
}
.TagClassName
{
border-color: #3526E6;
}
</style>