Shades of Han Purple #350EFD
Tints of Han Purple #350EFD
RGB
CMYK
RGB Variations
Color information
#350EFD (or 0x350EFD) is known color: Han Purple. HEX triplet: 35, 0E and FD. RGB value is (53,14,253). Sum of RGB (Red+Green+Blue) = 53+14+253=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #350EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350EFD is #CAF102. Grayscale: #333333. Windows color (decimal): -13299971 or 16584245. OLE color: 16584245.
HSL color Cylindrical-coordinate representation of color #350EFD: hue angle of 249.79º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350EFD is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 14 | 253 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.01 |
| HSL | 249.79º | 0.98% | 0.52% | - |
| HSV(B) | 249.79º | 0.94% | 0.99% | - |
| XYZ | 19.35 | 8.16 | 93.48 | - |
| YUV | 52.91 | 240.92 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 253 | 0.79 | 0.94 | 0 | 0.01 | 249.79 | 0.98 | 0.52 |
| Hex | 35 | E | FD | 4F | 5E | 0 | 1 | FA | 62 | 34 |
| Octal | 65 | 16 | 375 | 117 | 136 | 0 | 1 | 372 | 142 | 64 |
| Binary | 110101 | 1110 | 11111101 | 1001111 | 1011110 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #350EFD
Complementary color
Monochromatic Colors of #350EFD
Black with #350EFD
Text Example
Text Example
White with #350EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350EFD; }
p { color: rgb(53,14,253); }
H1.HeaderClassName
{
color: #350EFD;
}
.AnyTagClassName
{
color: #350EFD;
}
</style>
background-color css
<style>
a { background-color: #350EFD; }
a { background-color: rgb(53,14,253); }
div.DivClassName
{
background-color: #350EFD;
}
.BgClassName
{
background-color: #350EFD;
}
</style>
border-color css
<style>
span { border-color: #350EFD; }
span { border-color: rgb(53,14,253); }
td.TdClassName
{
border-color: #350EFD;
}
.TagClassName
{
border-color: #350EFD;
}
</style>