Shades of Han Purple #350CCC
Tints of Han Purple #350CCC
RGB
CMYK
RGB Variations
Color information
#350CCC (or 0x350CCC) is known color: Han Purple. HEX triplet: 35, 0C and CC. RGB value is (53,12,204). Sum of RGB (Red+Green+Blue) = 53+12+204=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #350CCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CCC is #CAF333. Grayscale: #2D2D2D. Windows color (decimal): -13300532 or 13372469. OLE color: 13372469.
HSL color Cylindrical-coordinate representation of color #350CCC: hue angle of 252.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350CCC is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 12 | 204 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.2 |
| HSL | 252.81º | 0.89% | 0.42% | - |
| HSV(B) | 252.81º | 0.94% | 0.8% | - |
| XYZ | 12.5 | 5.38 | 57.51 | - |
| YUV | 46.15 | 217.08 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 204 | 0.74 | 0.94 | 0 | 0.2 | 252.81 | 0.89 | 0.42 |
| Hex | 35 | C | CC | 4A | 5E | 0 | 14 | FD | 59 | 2A |
| Octal | 65 | 14 | 314 | 112 | 136 | 0 | 24 | 375 | 131 | 52 |
| Binary | 110101 | 1100 | 11001100 | 1001010 | 1011110 | 0 | 10100 | 11111101 | 1011001 | 101010 |
Color Harmonies of #350CCC
Complementary color
Monochromatic Colors of #350CCC
Black with #350CCC
Text Example
Text Example
White with #350CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CCC; }
p { color: rgb(53,12,204); }
H1.HeaderClassName
{
color: #350CCC;
}
.AnyTagClassName
{
color: #350CCC;
}
</style>
background-color css
<style>
a { background-color: #350CCC; }
a { background-color: rgb(53,12,204); }
div.DivClassName
{
background-color: #350CCC;
}
.BgClassName
{
background-color: #350CCC;
}
</style>
border-color css
<style>
span { border-color: #350CCC; }
span { border-color: rgb(53,12,204); }
td.TdClassName
{
border-color: #350CCC;
}
.TagClassName
{
border-color: #350CCC;
}
</style>