Shades of Han Purple #3512CB
Tints of Han Purple #3512CB
RGB
CMYK
RGB Variations
Color information
#3512CB (or 0x3512CB) is known color: Han Purple. HEX triplet: 35, 12 and CB. RGB value is (53,18,203). Sum of RGB (Red+Green+Blue) = 53+18+203=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #3512CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3512CB is #CAED34. Grayscale: #303030. Windows color (decimal): -13298997 or 13308469. OLE color: 13308469.
HSL color Cylindrical-coordinate representation of color #3512CB: hue angle of 251.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3512CB is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 18 | 203 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.20 |
| HSL | 251.35º | 0.84% | 0.43% | - |
| HSV(B) | 251.35º | 0.91% | 0.8% | - |
| XYZ | 12.46 | 5.5 | 56.9 | - |
| YUV | 49.56 | 214.6 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 203 | 0.74 | 0.91 | 0 | 0.20 | 251.35 | 0.84 | 0.43 |
| Hex | 35 | 12 | CB | 4A | 5B | 0 | 14 | FB | 54 | 2B |
| Octal | 65 | 22 | 313 | 112 | 133 | 0 | 24 | 373 | 124 | 53 |
| Binary | 110101 | 10010 | 11001011 | 1001010 | 1011011 | 0 | 10100 | 11111011 | 1010100 | 101011 |
Color Harmonies of #3512CB
Complementary color
Monochromatic Colors of #3512CB
Black with #3512CB
Text Example
Text Example
White with #3512CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3512CB; }
p { color: rgb(53,18,203); }
H1.HeaderClassName
{
color: #3512CB;
}
.AnyTagClassName
{
color: #3512CB;
}
</style>
background-color css
<style>
a { background-color: #3512CB; }
a { background-color: rgb(53,18,203); }
div.DivClassName
{
background-color: #3512CB;
}
.BgClassName
{
background-color: #3512CB;
}
</style>
border-color css
<style>
span { border-color: #3512CB; }
span { border-color: rgb(53,18,203); }
td.TdClassName
{
border-color: #3512CB;
}
.TagClassName
{
border-color: #3512CB;
}
</style>