Shades of Han Purple #3506D0
Tints of Han Purple #3506D0
RGB
CMYK
RGB Variations
Color information
#3506D0 (or 0x3506D0) is known color: Han Purple. HEX triplet: 35, 06 and D0. RGB value is (53,6,208). Sum of RGB (Red+Green+Blue) = 53+6+208=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 208 (81.64% from 255 or 77.90% from 267); Max value from RGB is 208 - color contains mainly: blue. Hex color #3506D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3506D0 is #CAF92F. Grayscale: #2A2A2A. Windows color (decimal): -13302064 or 13633077. OLE color: 13633077.
HSL color Cylindrical-coordinate representation of color #3506D0: hue angle of 253.96º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3506D0 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 6 | 208 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.18 |
| HSL | 253.96º | 0.94% | 0.42% | - |
| HSV(B) | 253.96º | 0.97% | 0.82% | - |
| XYZ | 12.92 | 5.44 | 60.04 | - |
| YUV | 43.08 | 221.07 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 208 | 0.75 | 0.97 | 0 | 0.18 | 253.96 | 0.94 | 0.42 |
| Hex | 35 | 6 | D0 | 4B | 61 | 0 | 12 | FE | 5E | 2A |
| Octal | 65 | 6 | 320 | 113 | 141 | 0 | 22 | 376 | 136 | 52 |
| Binary | 110101 | 110 | 11010000 | 1001011 | 1100001 | 0 | 10010 | 11111110 | 1011110 | 101010 |
Color Harmonies of #3506D0
Complementary color
Monochromatic Colors of #3506D0
Black with #3506D0
Text Example
Text Example
White with #3506D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3506D0; }
p { color: rgb(53,6,208); }
H1.HeaderClassName
{
color: #3506D0;
}
.AnyTagClassName
{
color: #3506D0;
}
</style>
background-color css
<style>
a { background-color: #3506D0; }
a { background-color: rgb(53,6,208); }
div.DivClassName
{
background-color: #3506D0;
}
.BgClassName
{
background-color: #3506D0;
}
</style>
border-color css
<style>
span { border-color: #3506D0; }
span { border-color: rgb(53,6,208); }
td.TdClassName
{
border-color: #3506D0;
}
.TagClassName
{
border-color: #3506D0;
}
</style>