Shades of Han Purple #350CCE
Tints of Han Purple #350CCE
RGB
CMYK
RGB Variations
Color information
#350CCE (or 0x350CCE) is known color: Han Purple. HEX triplet: 35, 0C and CE. RGB value is (53,12,206). Sum of RGB (Red+Green+Blue) = 53+12+206=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #350CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CCE is #CAF331. Grayscale: #2D2D2D. Windows color (decimal): -13300530 or 13503541. OLE color: 13503541.
HSL color Cylindrical-coordinate representation of color #350CCE: hue angle of 252.68º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350CCE is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 12 | 206 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.19 |
| HSL | 252.68º | 0.89% | 0.43% | - |
| HSV(B) | 252.68º | 0.94% | 0.81% | - |
| XYZ | 12.74 | 5.48 | 58.78 | - |
| YUV | 46.38 | 218.08 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 206 | 0.74 | 0.94 | 0 | 0.19 | 252.68 | 0.89 | 0.43 |
| Hex | 35 | C | CE | 4A | 5E | 0 | 13 | FD | 59 | 2B |
| Octal | 65 | 14 | 316 | 112 | 136 | 0 | 23 | 375 | 131 | 53 |
| Binary | 110101 | 1100 | 11001110 | 1001010 | 1011110 | 0 | 10011 | 11111101 | 1011001 | 101011 |
Color Harmonies of #350CCE
Complementary color
Monochromatic Colors of #350CCE
Black with #350CCE
Text Example
Text Example
White with #350CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CCE; }
p { color: rgb(53,12,206); }
H1.HeaderClassName
{
color: #350CCE;
}
.AnyTagClassName
{
color: #350CCE;
}
</style>
background-color css
<style>
a { background-color: #350CCE; }
a { background-color: rgb(53,12,206); }
div.DivClassName
{
background-color: #350CCE;
}
.BgClassName
{
background-color: #350CCE;
}
</style>
border-color css
<style>
span { border-color: #350CCE; }
span { border-color: rgb(53,12,206); }
td.TdClassName
{
border-color: #350CCE;
}
.TagClassName
{
border-color: #350CCE;
}
</style>