Shades of Han Purple #3511CB
Tints of Han Purple #3511CB
RGB
CMYK
RGB Variations
Color information
#3511CB (or 0x3511CB) is known color: Han Purple. HEX triplet: 35, 11 and CB. RGB value is (53,17,203). Sum of RGB (Red+Green+Blue) = 53+17+203=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #3511CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3511CB is #CAEE34. Grayscale: #303030. Windows color (decimal): -13299253 or 13308213. OLE color: 13308213.
HSL color Cylindrical-coordinate representation of color #3511CB: hue angle of 251.61º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3511CB is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 17 | 203 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.20 |
| HSL | 251.61º | 0.85% | 0.43% | - |
| HSV(B) | 251.61º | 0.92% | 0.8% | - |
| XYZ | 12.45 | 5.47 | 56.9 | - |
| YUV | 48.97 | 214.93 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 203 | 0.74 | 0.92 | 0 | 0.20 | 251.61 | 0.85 | 0.43 |
| Hex | 35 | 11 | CB | 4A | 5C | 0 | 14 | FC | 55 | 2B |
| Octal | 65 | 21 | 313 | 112 | 134 | 0 | 24 | 374 | 125 | 53 |
| Binary | 110101 | 10001 | 11001011 | 1001010 | 1011100 | 0 | 10100 | 11111100 | 1010101 | 101011 |
Color Harmonies of #3511CB
Complementary color
Monochromatic Colors of #3511CB
Black with #3511CB
Text Example
Text Example
White with #3511CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3511CB; }
p { color: rgb(53,17,203); }
H1.HeaderClassName
{
color: #3511CB;
}
.AnyTagClassName
{
color: #3511CB;
}
</style>
background-color css
<style>
a { background-color: #3511CB; }
a { background-color: rgb(53,17,203); }
div.DivClassName
{
background-color: #3511CB;
}
.BgClassName
{
background-color: #3511CB;
}
</style>
border-color css
<style>
span { border-color: #3511CB; }
span { border-color: rgb(53,17,203); }
td.TdClassName
{
border-color: #3511CB;
}
.TagClassName
{
border-color: #3511CB;
}
</style>