Shades of Han Purple #350EEE
Tints of Han Purple #350EEE
RGB
CMYK
RGB Variations
Color information
#350EEE (or 0x350EEE) is known color: Han Purple. HEX triplet: 35, 0E and EE. RGB value is (53,14,238). Sum of RGB (Red+Green+Blue) = 53+14+238=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #350EEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350EEE is #CAF111. Grayscale: #323232. Windows color (decimal): -13299986 or 15601205. OLE color: 15601205.
HSL color Cylindrical-coordinate representation of color #350EEE: hue angle of 250.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350EEE is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 14 | 238 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.07 |
| HSL | 250.45º | 0.89% | 0.49% | - |
| HSV(B) | 250.45º | 0.94% | 0.93% | - |
| XYZ | 17.06 | 7.24 | 81.39 | - |
| YUV | 51.2 | 233.42 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 238 | 0.78 | 0.94 | 0 | 0.07 | 250.45 | 0.89 | 0.49 |
| Hex | 35 | E | EE | 4E | 5E | 0 | 7 | FA | 59 | 31 |
| Octal | 65 | 16 | 356 | 116 | 136 | 0 | 7 | 372 | 131 | 61 |
| Binary | 110101 | 1110 | 11101110 | 1001110 | 1011110 | 0 | 111 | 11111010 | 1011001 | 110001 |
Color Harmonies of #350EEE
Complementary color
Monochromatic Colors of #350EEE
Black with #350EEE
Text Example
Text Example
White with #350EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350EEE; }
p { color: rgb(53,14,238); }
H1.HeaderClassName
{
color: #350EEE;
}
.AnyTagClassName
{
color: #350EEE;
}
</style>
background-color css
<style>
a { background-color: #350EEE; }
a { background-color: rgb(53,14,238); }
div.DivClassName
{
background-color: #350EEE;
}
.BgClassName
{
background-color: #350EEE;
}
</style>
border-color css
<style>
span { border-color: #350EEE; }
span { border-color: rgb(53,14,238); }
td.TdClassName
{
border-color: #350EEE;
}
.TagClassName
{
border-color: #350EEE;
}
</style>