Shades of Han Purple #3523DC
Tints of Han Purple #3523DC
RGB
CMYK
RGB Variations
Color information
#3523DC (or 0x3523DC) is known color: Han Purple. HEX triplet: 35, 23 and DC. RGB value is (53,35,220). Sum of RGB (Red+Green+Blue) = 53+35+220=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #3523DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3523DC is #CADC23. Grayscale: #3C3C3C. Windows color (decimal): -13294628 or 14426933. OLE color: 14426933.
HSL color Cylindrical-coordinate representation of color #3523DC: hue angle of 245.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3523DC is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 35 | 220 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.14 |
| HSL | 245.84º | 0.73% | 0.5% | - |
| HSV(B) | 245.84º | 0.84% | 0.86% | - |
| XYZ | 14.99 | 7.13 | 68.3 | - |
| YUV | 61.47 | 217.46 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 220 | 0.76 | 0.84 | 0 | 0.14 | 245.84 | 0.73 | 0.5 |
| Hex | 35 | 23 | DC | 4C | 54 | 0 | E | F6 | 49 | 32 |
| Octal | 65 | 43 | 334 | 114 | 124 | 0 | 16 | 366 | 111 | 62 |
| Binary | 110101 | 100011 | 11011100 | 1001100 | 1010100 | 0 | 1110 | 11110110 | 1001001 | 110010 |
Color Harmonies of #3523DC
Complementary color
Monochromatic Colors of #3523DC
Black with #3523DC
Text Example
Text Example
White with #3523DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3523DC; }
p { color: rgb(53,35,220); }
H1.HeaderClassName
{
color: #3523DC;
}
.AnyTagClassName
{
color: #3523DC;
}
</style>
background-color css
<style>
a { background-color: #3523DC; }
a { background-color: rgb(53,35,220); }
div.DivClassName
{
background-color: #3523DC;
}
.BgClassName
{
background-color: #3523DC;
}
</style>
border-color css
<style>
span { border-color: #3523DC; }
span { border-color: rgb(53,35,220); }
td.TdClassName
{
border-color: #3523DC;
}
.TagClassName
{
border-color: #3523DC;
}
</style>