Shades of Han Purple #350CD2
Tints of Han Purple #350CD2
RGB
CMYK
RGB Variations
Color information
#350CD2 (or 0x350CD2) is known color: Han Purple. HEX triplet: 35, 0C and D2. RGB value is (53,12,210). Sum of RGB (Red+Green+Blue) = 53+12+210=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 210 (82.42% from 255 or 76.36% from 275); Max value from RGB is 210 - color contains mainly: blue. Hex color #350CD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CD2 is #CAF32D. Grayscale: #2E2E2E. Windows color (decimal): -13300526 or 13765685. OLE color: 13765685.
HSL color Cylindrical-coordinate representation of color #350CD2: hue angle of 252.42º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350CD2 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 12 | 210 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.18 |
| HSL | 252.42º | 0.89% | 0.44% | - |
| HSV(B) | 252.42º | 0.94% | 0.82% | - |
| XYZ | 13.23 | 5.67 | 61.37 | - |
| YUV | 46.83 | 220.08 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 210 | 0.75 | 0.94 | 0 | 0.18 | 252.42 | 0.89 | 0.44 |
| Hex | 35 | C | D2 | 4B | 5E | 0 | 12 | FC | 59 | 2C |
| Octal | 65 | 14 | 322 | 113 | 136 | 0 | 22 | 374 | 131 | 54 |
| Binary | 110101 | 1100 | 11010010 | 1001011 | 1011110 | 0 | 10010 | 11111100 | 1011001 | 101100 |
Color Harmonies of #350CD2
Complementary color
Monochromatic Colors of #350CD2
Black with #350CD2
Text Example
Text Example
White with #350CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CD2; }
p { color: rgb(53,12,210); }
H1.HeaderClassName
{
color: #350CD2;
}
.AnyTagClassName
{
color: #350CD2;
}
</style>
background-color css
<style>
a { background-color: #350CD2; }
a { background-color: rgb(53,12,210); }
div.DivClassName
{
background-color: #350CD2;
}
.BgClassName
{
background-color: #350CD2;
}
</style>
border-color css
<style>
span { border-color: #350CD2; }
span { border-color: rgb(53,12,210); }
td.TdClassName
{
border-color: #350CD2;
}
.TagClassName
{
border-color: #350CD2;
}
</style>