Shades of Han Purple #350ACB
Tints of Han Purple #350ACB
RGB
CMYK
RGB Variations
Color information
#350ACB (or 0x350ACB) is known color: Han Purple. HEX triplet: 35, 0A and CB. RGB value is (53,10,203). Sum of RGB (Red+Green+Blue) = 53+10+203=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #350ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ACB is #CAF534. Grayscale: #2C2C2C. Windows color (decimal): -13301045 or 13306421. OLE color: 13306421.
HSL color Cylindrical-coordinate representation of color #350ACB: hue angle of 253.37º 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 #350ACB is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 10 | 203 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.20 |
| HSL | 253.37º | 0.91% | 0.42% | - |
| HSV(B) | 253.37º | 0.95% | 0.8% | - |
| XYZ | 12.36 | 5.29 | 56.87 | - |
| YUV | 44.86 | 217.25 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 203 | 0.74 | 0.95 | 0 | 0.20 | 253.37 | 0.91 | 0.42 |
| Hex | 35 | A | CB | 4A | 5F | 0 | 14 | FD | 5B | 2A |
| Octal | 65 | 12 | 313 | 112 | 137 | 0 | 24 | 375 | 133 | 52 |
| Binary | 110101 | 1010 | 11001011 | 1001010 | 1011111 | 0 | 10100 | 11111101 | 1011011 | 101010 |
Color Harmonies of #350ACB
Complementary color
Monochromatic Colors of #350ACB
Black with #350ACB
Text Example
Text Example
White with #350ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350ACB; }
p { color: rgb(53,10,203); }
H1.HeaderClassName
{
color: #350ACB;
}
.AnyTagClassName
{
color: #350ACB;
}
</style>
background-color css
<style>
a { background-color: #350ACB; }
a { background-color: rgb(53,10,203); }
div.DivClassName
{
background-color: #350ACB;
}
.BgClassName
{
background-color: #350ACB;
}
</style>
border-color css
<style>
span { border-color: #350ACB; }
span { border-color: rgb(53,10,203); }
td.TdClassName
{
border-color: #350ACB;
}
.TagClassName
{
border-color: #350ACB;
}
</style>