Shades of Han Purple #350CDC
Tints of Han Purple #350CDC
RGB
CMYK
RGB Variations
Color information
#350CDC (or 0x350CDC) is known color: Han Purple. HEX triplet: 35, 0C and DC. RGB value is (53,12,220). Sum of RGB (Red+Green+Blue) = 53+12+220=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #350CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CDC is #CAF323. Grayscale: #2F2F2F. Windows color (decimal): -13300516 or 14421045. OLE color: 14421045.
HSL color Cylindrical-coordinate representation of color #350CDC: hue angle of 251.83º 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 #350CDC is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 12 | 220 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.14 |
| HSL | 251.83º | 0.9% | 0.45% | - |
| HSV(B) | 251.83º | 0.95% | 0.86% | - |
| XYZ | 14.52 | 6.19 | 68.14 | - |
| YUV | 47.97 | 225.08 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 220 | 0.76 | 0.95 | 0 | 0.14 | 251.83 | 0.9 | 0.45 |
| Hex | 35 | C | DC | 4C | 5F | 0 | E | FC | 5A | 2D |
| Octal | 65 | 14 | 334 | 114 | 137 | 0 | 16 | 374 | 132 | 55 |
| Binary | 110101 | 1100 | 11011100 | 1001100 | 1011111 | 0 | 1110 | 11111100 | 1011010 | 101101 |
Color Harmonies of #350CDC
Complementary color
Monochromatic Colors of #350CDC
Black with #350CDC
Text Example
Text Example
White with #350CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CDC; }
p { color: rgb(53,12,220); }
H1.HeaderClassName
{
color: #350CDC;
}
.AnyTagClassName
{
color: #350CDC;
}
</style>
background-color css
<style>
a { background-color: #350CDC; }
a { background-color: rgb(53,12,220); }
div.DivClassName
{
background-color: #350CDC;
}
.BgClassName
{
background-color: #350CDC;
}
</style>
border-color css
<style>
span { border-color: #350CDC; }
span { border-color: rgb(53,12,220); }
td.TdClassName
{
border-color: #350CDC;
}
.TagClassName
{
border-color: #350CDC;
}
</style>