Shades of Han Purple #350EDD
Tints of Han Purple #350EDD
RGB
CMYK
RGB Variations
Color information
#350EDD (or 0x350EDD) is known color: Han Purple. HEX triplet: 35, 0E and DD. RGB value is (53,14,221). Sum of RGB (Red+Green+Blue) = 53+14+221=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #350EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350EDD is #CAF122. Grayscale: #303030. Windows color (decimal): -13300003 or 14487093. OLE color: 14487093.
HSL color Cylindrical-coordinate representation of color #350EDD: hue angle of 251.3º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350EDD is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 14 | 221 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.13 |
| HSL | 251.3º | 0.88% | 0.46% | - |
| HSV(B) | 251.3º | 0.94% | 0.87% | - |
| XYZ | 14.68 | 6.29 | 68.85 | - |
| YUV | 49.26 | 224.92 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 221 | 0.76 | 0.94 | 0 | 0.13 | 251.3 | 0.88 | 0.46 |
| Hex | 35 | E | DD | 4C | 5E | 0 | D | FB | 58 | 2E |
| Octal | 65 | 16 | 335 | 114 | 136 | 0 | 15 | 373 | 130 | 56 |
| Binary | 110101 | 1110 | 11011101 | 1001100 | 1011110 | 0 | 1101 | 11111011 | 1011000 | 101110 |
Color Harmonies of #350EDD
Complementary color
Monochromatic Colors of #350EDD
Black with #350EDD
Text Example
Text Example
White with #350EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350EDD; }
p { color: rgb(53,14,221); }
H1.HeaderClassName
{
color: #350EDD;
}
.AnyTagClassName
{
color: #350EDD;
}
</style>
background-color css
<style>
a { background-color: #350EDD; }
a { background-color: rgb(53,14,221); }
div.DivClassName
{
background-color: #350EDD;
}
.BgClassName
{
background-color: #350EDD;
}
</style>
border-color css
<style>
span { border-color: #350EDD; }
span { border-color: rgb(53,14,221); }
td.TdClassName
{
border-color: #350EDD;
}
.TagClassName
{
border-color: #350EDD;
}
</style>