Shades of Han Purple #350DFF
Tints of Han Purple #350DFF
RGB
CMYK
RGB Variations
Color information
#350DFF (or 0x350DFF) is known color: Han Purple. HEX triplet: 35, 0D and FF. RGB value is (53,13,255). Sum of RGB (Red+Green+Blue) = 53+13+255=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #350DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350DFF is #CAF200. Grayscale: #333333. Windows color (decimal): -13300225 or 16715061. OLE color: 16715061.
HSL color Cylindrical-coordinate representation of color #350DFF: hue angle of 249.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350DFF is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 13 | 255 | - |
| CMYK | 0.79 | 0.95 | 0 | 0 |
| HSL | 249.92º | 1% | 0.53% | - |
| HSV(B) | 249.92º | 0.95% | 1% | - |
| XYZ | 19.66 | 8.26 | 95.17 | - |
| YUV | 52.55 | 242.25 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 255 | 0.79 | 0.95 | 0 | 0 | 249.92 | 1 | 0.53 |
| Hex | 35 | D | FF | 4F | 5F | 0 | 0 | FA | 64 | 35 |
| Octal | 65 | 15 | 377 | 117 | 137 | 0 | 0 | 372 | 144 | 65 |
| Binary | 110101 | 1101 | 11111111 | 1001111 | 1011111 | 0 | 0 | 11111010 | 1100100 | 110101 |
Color Harmonies of #350DFF
Complementary color
Monochromatic Colors of #350DFF
Black with #350DFF
Text Example
Text Example
White with #350DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DFF; }
p { color: rgb(53,13,255); }
H1.HeaderClassName
{
color: #350DFF;
}
.AnyTagClassName
{
color: #350DFF;
}
</style>
background-color css
<style>
a { background-color: #350DFF; }
a { background-color: rgb(53,13,255); }
div.DivClassName
{
background-color: #350DFF;
}
.BgClassName
{
background-color: #350DFF;
}
</style>
border-color css
<style>
span { border-color: #350DFF; }
span { border-color: rgb(53,13,255); }
td.TdClassName
{
border-color: #350DFF;
}
.TagClassName
{
border-color: #350DFF;
}
</style>