Shades of Han Purple #350BCD
Tints of Han Purple #350BCD
RGB
CMYK
RGB Variations
Color information
#350BCD (or 0x350BCD) is known color: Han Purple. HEX triplet: 35, 0B and CD. RGB value is (53,11,205). Sum of RGB (Red+Green+Blue) = 53+11+205=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #350BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BCD is #CAF432. Grayscale: #2C2C2C. Windows color (decimal): -13300787 or 13437749. OLE color: 13437749.
HSL color Cylindrical-coordinate representation of color #350BCD: hue angle of 252.99º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350BCD is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 11 | 205 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.20 |
| HSL | 252.99º | 0.9% | 0.42% | - |
| HSV(B) | 252.99º | 0.95% | 0.8% | - |
| XYZ | 12.61 | 5.4 | 58.14 | - |
| YUV | 45.67 | 217.91 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 205 | 0.74 | 0.95 | 0 | 0.20 | 252.99 | 0.9 | 0.42 |
| Hex | 35 | B | CD | 4A | 5F | 0 | 14 | FD | 5A | 2A |
| Octal | 65 | 13 | 315 | 112 | 137 | 0 | 24 | 375 | 132 | 52 |
| Binary | 110101 | 1011 | 11001101 | 1001010 | 1011111 | 0 | 10100 | 11111101 | 1011010 | 101010 |
Color Harmonies of #350BCD
Complementary color
Monochromatic Colors of #350BCD
Black with #350BCD
Text Example
Text Example
White with #350BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BCD; }
p { color: rgb(53,11,205); }
H1.HeaderClassName
{
color: #350BCD;
}
.AnyTagClassName
{
color: #350BCD;
}
</style>
background-color css
<style>
a { background-color: #350BCD; }
a { background-color: rgb(53,11,205); }
div.DivClassName
{
background-color: #350BCD;
}
.BgClassName
{
background-color: #350BCD;
}
</style>
border-color css
<style>
span { border-color: #350BCD; }
span { border-color: rgb(53,11,205); }
td.TdClassName
{
border-color: #350BCD;
}
.TagClassName
{
border-color: #350BCD;
}
</style>