Shades of Han Purple #350EEA
Tints of Han Purple #350EEA
RGB
CMYK
RGB Variations
Color information
#350EEA (or 0x350EEA) is known color: Han Purple. HEX triplet: 35, 0E and EA. RGB value is (53,14,234). Sum of RGB (Red+Green+Blue) = 53+14+234=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #350EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350EEA is #CAF115. Grayscale: #313131. Windows color (decimal): -13299990 or 15339061. OLE color: 15339061.
HSL color Cylindrical-coordinate representation of color #350EEA: hue angle of 250.64º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350EEA is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 14 | 234 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.08 |
| HSL | 250.64º | 0.89% | 0.49% | - |
| HSV(B) | 250.64º | 0.94% | 0.92% | - |
| XYZ | 16.48 | 7.01 | 78.33 | - |
| YUV | 50.74 | 231.42 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 234 | 0.77 | 0.94 | 0 | 0.08 | 250.64 | 0.89 | 0.49 |
| Hex | 35 | E | EA | 4D | 5E | 0 | 8 | FB | 59 | 31 |
| Octal | 65 | 16 | 352 | 115 | 136 | 0 | 10 | 373 | 131 | 61 |
| Binary | 110101 | 1110 | 11101010 | 1001101 | 1011110 | 0 | 1000 | 11111011 | 1011001 | 110001 |
Color Harmonies of #350EEA
Complementary color
Monochromatic Colors of #350EEA
Black with #350EEA
Text Example
Text Example
White with #350EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350EEA; }
p { color: rgb(53,14,234); }
H1.HeaderClassName
{
color: #350EEA;
}
.AnyTagClassName
{
color: #350EEA;
}
</style>
background-color css
<style>
a { background-color: #350EEA; }
a { background-color: rgb(53,14,234); }
div.DivClassName
{
background-color: #350EEA;
}
.BgClassName
{
background-color: #350EEA;
}
</style>
border-color css
<style>
span { border-color: #350EEA; }
span { border-color: rgb(53,14,234); }
td.TdClassName
{
border-color: #350EEA;
}
.TagClassName
{
border-color: #350EEA;
}
</style>