Shades of Han Purple #3514CF
Tints of Han Purple #3514CF
RGB
CMYK
RGB Variations
Color information
#3514CF (or 0x3514CF) is known color: Han Purple. HEX triplet: 35, 14 and CF. RGB value is (53,20,207). Sum of RGB (Red+Green+Blue) = 53+20+207=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #3514CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3514CF is #CAEB30. Grayscale: #323232. Windows color (decimal): -13298481 or 13571125. OLE color: 13571125.
HSL color Cylindrical-coordinate representation of color #3514CF: hue angle of 250.59º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3514CF is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 20 | 207 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.19 |
| HSL | 250.59º | 0.82% | 0.45% | - |
| HSV(B) | 250.59º | 0.9% | 0.81% | - |
| XYZ | 12.98 | 5.76 | 59.46 | - |
| YUV | 51.19 | 215.93 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 207 | 0.74 | 0.90 | 0 | 0.19 | 250.59 | 0.82 | 0.45 |
| Hex | 35 | 14 | CF | 4A | 5A | 0 | 13 | FB | 52 | 2D |
| Octal | 65 | 24 | 317 | 112 | 132 | 0 | 23 | 373 | 122 | 55 |
| Binary | 110101 | 10100 | 11001111 | 1001010 | 1011010 | 0 | 10011 | 11111011 | 1010010 | 101101 |
Color Harmonies of #3514CF
Complementary color
Monochromatic Colors of #3514CF
Black with #3514CF
Text Example
Text Example
White with #3514CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3514CF; }
p { color: rgb(53,20,207); }
H1.HeaderClassName
{
color: #3514CF;
}
.AnyTagClassName
{
color: #3514CF;
}
</style>
background-color css
<style>
a { background-color: #3514CF; }
a { background-color: rgb(53,20,207); }
div.DivClassName
{
background-color: #3514CF;
}
.BgClassName
{
background-color: #3514CF;
}
</style>
border-color css
<style>
span { border-color: #3514CF; }
span { border-color: rgb(53,20,207); }
td.TdClassName
{
border-color: #3514CF;
}
.TagClassName
{
border-color: #3514CF;
}
</style>