Shades of Han Purple #350BDC
Tints of Han Purple #350BDC
RGB
CMYK
RGB Variations
Color information
#350BDC (or 0x350BDC) is known color: Han Purple. HEX triplet: 35, 0B and DC. RGB value is (53,11,220). Sum of RGB (Red+Green+Blue) = 53+11+220=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #350BDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BDC is #CAF423. Grayscale: #2E2E2E. Windows color (decimal): -13300772 or 14420789. OLE color: 14420789.
HSL color Cylindrical-coordinate representation of color #350BDC: hue angle of 252.06º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350BDC is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 11 | 220 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.14 |
| HSL | 252.06º | 0.9% | 0.45% | - |
| HSV(B) | 252.06º | 0.95% | 0.86% | - |
| XYZ | 14.51 | 6.16 | 68.14 | - |
| YUV | 47.38 | 225.41 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 220 | 0.76 | 0.95 | 0 | 0.14 | 252.06 | 0.9 | 0.45 |
| Hex | 35 | B | DC | 4C | 5F | 0 | E | FC | 5A | 2D |
| Octal | 65 | 13 | 334 | 114 | 137 | 0 | 16 | 374 | 132 | 55 |
| Binary | 110101 | 1011 | 11011100 | 1001100 | 1011111 | 0 | 1110 | 11111100 | 1011010 | 101101 |
Color Harmonies of #350BDC
Complementary color
Monochromatic Colors of #350BDC
Black with #350BDC
Text Example
Text Example
White with #350BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BDC; }
p { color: rgb(53,11,220); }
H1.HeaderClassName
{
color: #350BDC;
}
.AnyTagClassName
{
color: #350BDC;
}
</style>
background-color css
<style>
a { background-color: #350BDC; }
a { background-color: rgb(53,11,220); }
div.DivClassName
{
background-color: #350BDC;
}
.BgClassName
{
background-color: #350BDC;
}
</style>
border-color css
<style>
span { border-color: #350BDC; }
span { border-color: rgb(53,11,220); }
td.TdClassName
{
border-color: #350BDC;
}
.TagClassName
{
border-color: #350BDC;
}
</style>