Shades of Han Purple #3501DD
Tints of Han Purple #3501DD
RGB
CMYK
RGB Variations
Color information
#3501DD (or 0x3501DD) is known color: Han Purple. HEX triplet: 35, 01 and DD. RGB value is (53,1,221). Sum of RGB (Red+Green+Blue) = 53+1+221=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #3501DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501DD is #CAFE22. Grayscale: #282828. Windows color (decimal): -13303331 or 14483765. OLE color: 14483765.
HSL color Cylindrical-coordinate representation of color #3501DD: hue angle of 254.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3501DD is Cyan = 0.76, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 1 | 221 | - |
| CMYK | 0.76 | 1.00 | 0 | 0.13 |
| HSL | 254.18º | 0.99% | 0.44% | - |
| HSV(B) | 254.18º | 1% | 0.87% | - |
| XYZ | 14.53 | 6 | 68.8 | - |
| YUV | 41.63 | 229.23 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 221 | 0.76 | 1.00 | 0 | 0.13 | 254.18 | 0.99 | 0.44 |
| Hex | 35 | 1 | DD | 4C | 64 | 0 | D | FE | 63 | 2C |
| Octal | 65 | 1 | 335 | 114 | 144 | 0 | 15 | 376 | 143 | 54 |
| Binary | 110101 | 1 | 11011101 | 1001100 | 1100100 | 0 | 1101 | 11111110 | 1100011 | 101100 |
Color Harmonies of #3501DD
Complementary color
Monochromatic Colors of #3501DD
Black with #3501DD
Text Example
Text Example
White with #3501DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3501DD; }
p { color: rgb(53,1,221); }
H1.HeaderClassName
{
color: #3501DD;
}
.AnyTagClassName
{
color: #3501DD;
}
</style>
background-color css
<style>
a { background-color: #3501DD; }
a { background-color: rgb(53,1,221); }
div.DivClassName
{
background-color: #3501DD;
}
.BgClassName
{
background-color: #3501DD;
}
</style>
border-color css
<style>
span { border-color: #3501DD; }
span { border-color: rgb(53,1,221); }
td.TdClassName
{
border-color: #3501DD;
}
.TagClassName
{
border-color: #3501DD;
}
</style>