Shades of Han Purple #3500EF
Tints of Han Purple #3500EF
RGB
CMYK
RGB Variations
Color information
#3500EF (or 0x3500EF) is known color: Han Purple. HEX triplet: 35, 00 and EF. RGB value is (53,0,239). Sum of RGB (Red+Green+Blue) = 53+0+239=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #3500EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3500EF is #CAFF10. Grayscale: #2A2A2A. Windows color (decimal): -13303569 or 15663157. OLE color: 15663157.
HSL color Cylindrical-coordinate representation of color #3500EF: hue angle of 253.31º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500EF is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 0 | 239 | - |
| CMYK | 0.78 | 1 | 0 | 0.06 |
| HSL | 253.31º | 1% | 0.47% | - |
| HSV(B) | 253.31º | 1% | 0.94% | - |
| XYZ | 17.05 | 6.99 | 82.11 | - |
| YUV | 43.09 | 238.56 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 239 | 0.78 | 1 | 0 | 0.06 | 253.31 | 1 | 0.47 |
| Hex | 35 | 0 | EF | 4E | 64 | 0 | 6 | FD | 64 | 2F |
| Octal | 65 | 0 | 357 | 116 | 144 | 0 | 6 | 375 | 144 | 57 |
| Binary | 110101 | 0 | 11101111 | 1001110 | 1100100 | 0 | 110 | 11111101 | 1100100 | 101111 |
Color Harmonies of #3500EF
Complementary color
Monochromatic Colors of #3500EF
Black with #3500EF
Text Example
Text Example
White with #3500EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500EF; }
p { color: rgb(53,0,239); }
H1.HeaderClassName
{
color: #3500EF;
}
.AnyTagClassName
{
color: #3500EF;
}
</style>
background-color css
<style>
a { background-color: #3500EF; }
a { background-color: rgb(53,0,239); }
div.DivClassName
{
background-color: #3500EF;
}
.BgClassName
{
background-color: #3500EF;
}
</style>
border-color css
<style>
span { border-color: #3500EF; }
span { border-color: rgb(53,0,239); }
td.TdClassName
{
border-color: #3500EF;
}
.TagClassName
{
border-color: #3500EF;
}
</style>