Shades of Han Purple #3500DC
Tints of Han Purple #3500DC
RGB
CMYK
RGB Variations
Color information
#3500DC (or 0x3500DC) is known color: Han Purple. HEX triplet: 35, 00 and DC. RGB value is (53,0,220). Sum of RGB (Red+Green+Blue) = 53+0+220=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #3500DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500DC is #CAFF23. Grayscale: #282828. Windows color (decimal): -13303588 or 14417973. OLE color: 14417973.
HSL color Cylindrical-coordinate representation of color #3500DC: hue angle of 254.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500DC is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 0 | 220 | - |
| CMYK | 0.76 | 1 | 0 | 0.14 |
| HSL | 254.45º | 1% | 0.43% | - |
| HSV(B) | 254.45º | 1% | 0.86% | - |
| XYZ | 14.39 | 5.92 | 68.1 | - |
| YUV | 40.93 | 229.06 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 220 | 0.76 | 1 | 0 | 0.14 | 254.45 | 1 | 0.43 |
| Hex | 35 | 0 | DC | 4C | 64 | 0 | E | FE | 64 | 2B |
| Octal | 65 | 0 | 334 | 114 | 144 | 0 | 16 | 376 | 144 | 53 |
| Binary | 110101 | 0 | 11011100 | 1001100 | 1100100 | 0 | 1110 | 11111110 | 1100100 | 101011 |
Color Harmonies of #3500DC
Complementary color
Monochromatic Colors of #3500DC
Black with #3500DC
Text Example
Text Example
White with #3500DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500DC; }
p { color: rgb(53,0,220); }
H1.HeaderClassName
{
color: #3500DC;
}
.AnyTagClassName
{
color: #3500DC;
}
</style>
background-color css
<style>
a { background-color: #3500DC; }
a { background-color: rgb(53,0,220); }
div.DivClassName
{
background-color: #3500DC;
}
.BgClassName
{
background-color: #3500DC;
}
</style>
border-color css
<style>
span { border-color: #3500DC; }
span { border-color: rgb(53,0,220); }
td.TdClassName
{
border-color: #3500DC;
}
.TagClassName
{
border-color: #3500DC;
}
</style>