Shades of Han Purple #3500DD
Tints of Han Purple #3500DD
RGB
CMYK
RGB Variations
Color information
#3500DD (or 0x3500DD) is known color: Han Purple. HEX triplet: 35, 00 and DD. RGB value is (53,0,221). Sum of RGB (Red+Green+Blue) = 53+0+221=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #3500DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500DD is #CAFF22. Grayscale: #282828. Windows color (decimal): -13303587 or 14483509. OLE color: 14483509.
HSL color Cylindrical-coordinate representation of color #3500DD: hue angle of 254.39º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500DD is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 0 | 221 | - |
| CMYK | 0.76 | 1 | 0 | 0.13 |
| HSL | 254.39º | 1% | 0.43% | - |
| HSV(B) | 254.39º | 1% | 0.87% | - |
| XYZ | 14.52 | 5.98 | 68.8 | - |
| YUV | 41.04 | 229.56 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 221 | 0.76 | 1 | 0 | 0.13 | 254.39 | 1 | 0.43 |
| Hex | 35 | 0 | DD | 4C | 64 | 0 | D | FE | 64 | 2B |
| Octal | 65 | 0 | 335 | 114 | 144 | 0 | 15 | 376 | 144 | 53 |
| Binary | 110101 | 0 | 11011101 | 1001100 | 1100100 | 0 | 1101 | 11111110 | 1100100 | 101011 |
Color Harmonies of #3500DD
Complementary color
Monochromatic Colors of #3500DD
Black with #3500DD
Text Example
Text Example
White with #3500DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500DD; }
p { color: rgb(53,0,221); }
H1.HeaderClassName
{
color: #3500DD;
}
.AnyTagClassName
{
color: #3500DD;
}
</style>
background-color css
<style>
a { background-color: #3500DD; }
a { background-color: rgb(53,0,221); }
div.DivClassName
{
background-color: #3500DD;
}
.BgClassName
{
background-color: #3500DD;
}
</style>
border-color css
<style>
span { border-color: #3500DD; }
span { border-color: rgb(53,0,221); }
td.TdClassName
{
border-color: #3500DD;
}
.TagClassName
{
border-color: #3500DD;
}
</style>