Shades of Han Purple #350AD3
Tints of Han Purple #350AD3
RGB
CMYK
RGB Variations
Color information
#350AD3 (or 0x350AD3) is known color: Han Purple. HEX triplet: 35, 0A and D3. RGB value is (53,10,211). Sum of RGB (Red+Green+Blue) = 53+10+211=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 211 (82.81% from 255 or 77.01% from 274); Max value from RGB is 211 - color contains mainly: blue. Hex color #350AD3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350AD3 is #CAF52C. Grayscale: #2D2D2D. Windows color (decimal): -13301037 or 13830709. OLE color: 13830709.
HSL color Cylindrical-coordinate representation of color #350AD3: hue angle of 252.84º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350AD3 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 10 | 211 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.17 |
| HSL | 252.84º | 0.91% | 0.43% | - |
| HSV(B) | 252.84º | 0.95% | 0.83% | - |
| XYZ | 13.33 | 5.68 | 62.02 | - |
| YUV | 45.77 | 221.25 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 211 | 0.75 | 0.95 | 0 | 0.17 | 252.84 | 0.91 | 0.43 |
| Hex | 35 | A | D3 | 4B | 5F | 0 | 11 | FD | 5B | 2B |
| Octal | 65 | 12 | 323 | 113 | 137 | 0 | 21 | 375 | 133 | 53 |
| Binary | 110101 | 1010 | 11010011 | 1001011 | 1011111 | 0 | 10001 | 11111101 | 1011011 | 101011 |
Color Harmonies of #350AD3
Complementary color
Monochromatic Colors of #350AD3
Black with #350AD3
Text Example
Text Example
White with #350AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350AD3; }
p { color: rgb(53,10,211); }
H1.HeaderClassName
{
color: #350AD3;
}
.AnyTagClassName
{
color: #350AD3;
}
</style>
background-color css
<style>
a { background-color: #350AD3; }
a { background-color: rgb(53,10,211); }
div.DivClassName
{
background-color: #350AD3;
}
.BgClassName
{
background-color: #350AD3;
}
</style>
border-color css
<style>
span { border-color: #350AD3; }
span { border-color: rgb(53,10,211); }
td.TdClassName
{
border-color: #350AD3;
}
.TagClassName
{
border-color: #350AD3;
}
</style>