Shades of Han Purple #350ACD
Tints of Han Purple #350ACD
RGB
CMYK
RGB Variations
Color information
#350ACD (or 0x350ACD) is known color: Han Purple. HEX triplet: 35, 0A and CD. RGB value is (53,10,205). Sum of RGB (Red+Green+Blue) = 53+10+205=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #350ACD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ACD is #CAF532. Grayscale: #2C2C2C. Windows color (decimal): -13301043 or 13437493. OLE color: 13437493.
HSL color Cylindrical-coordinate representation of color #350ACD: hue angle of 253.23º degrees, saturation: 0.91, 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 #350ACD is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 10 | 205 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.20 |
| HSL | 253.23º | 0.91% | 0.42% | - |
| HSV(B) | 253.23º | 0.95% | 0.8% | - |
| XYZ | 12.6 | 5.38 | 58.13 | - |
| YUV | 45.09 | 218.25 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 205 | 0.74 | 0.95 | 0 | 0.20 | 253.23 | 0.91 | 0.42 |
| Hex | 35 | A | CD | 4A | 5F | 0 | 14 | FD | 5B | 2A |
| Octal | 65 | 12 | 315 | 112 | 137 | 0 | 24 | 375 | 133 | 52 |
| Binary | 110101 | 1010 | 11001101 | 1001010 | 1011111 | 0 | 10100 | 11111101 | 1011011 | 101010 |
Color Harmonies of #350ACD
Complementary color
Monochromatic Colors of #350ACD
Black with #350ACD
Text Example
Text Example
White with #350ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350ACD; }
p { color: rgb(53,10,205); }
H1.HeaderClassName
{
color: #350ACD;
}
.AnyTagClassName
{
color: #350ACD;
}
</style>
background-color css
<style>
a { background-color: #350ACD; }
a { background-color: rgb(53,10,205); }
div.DivClassName
{
background-color: #350ACD;
}
.BgClassName
{
background-color: #350ACD;
}
</style>
border-color css
<style>
span { border-color: #350ACD; }
span { border-color: rgb(53,10,205); }
td.TdClassName
{
border-color: #350ACD;
}
.TagClassName
{
border-color: #350ACD;
}
</style>