Shades of Han Purple #350BDA
Tints of Han Purple #350BDA
RGB
CMYK
RGB Variations
Color information
#350BDA (or 0x350BDA) is known color: Han Purple. HEX triplet: 35, 0B and DA. RGB value is (53,11,218). Sum of RGB (Red+Green+Blue) = 53+11+218=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #350BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BDA is #CAF425. Grayscale: #2E2E2E. Windows color (decimal): -13300774 or 14289717. OLE color: 14289717.
HSL color Cylindrical-coordinate representation of color #350BDA: hue angle of 252.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350BDA is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 11 | 218 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.15 |
| HSL | 252.17º | 0.9% | 0.45% | - |
| HSV(B) | 252.17º | 0.95% | 0.85% | - |
| XYZ | 14.24 | 6.06 | 66.75 | - |
| YUV | 47.16 | 224.41 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 218 | 0.76 | 0.95 | 0 | 0.15 | 252.17 | 0.9 | 0.45 |
| Hex | 35 | B | DA | 4C | 5F | 0 | F | FC | 5A | 2D |
| Octal | 65 | 13 | 332 | 114 | 137 | 0 | 17 | 374 | 132 | 55 |
| Binary | 110101 | 1011 | 11011010 | 1001100 | 1011111 | 0 | 1111 | 11111100 | 1011010 | 101101 |
Color Harmonies of #350BDA
Complementary color
Monochromatic Colors of #350BDA
Black with #350BDA
Text Example
Text Example
White with #350BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BDA; }
p { color: rgb(53,11,218); }
H1.HeaderClassName
{
color: #350BDA;
}
.AnyTagClassName
{
color: #350BDA;
}
</style>
background-color css
<style>
a { background-color: #350BDA; }
a { background-color: rgb(53,11,218); }
div.DivClassName
{
background-color: #350BDA;
}
.BgClassName
{
background-color: #350BDA;
}
</style>
border-color css
<style>
span { border-color: #350BDA; }
span { border-color: rgb(53,11,218); }
td.TdClassName
{
border-color: #350BDA;
}
.TagClassName
{
border-color: #350BDA;
}
</style>