Shades of Han Purple #3502D2
Tints of Han Purple #3502D2
RGB
CMYK
RGB Variations
Color information
#3502D2 (or 0x3502D2) is known color: Han Purple. HEX triplet: 35, 02 and D2. RGB value is (53,2,210). Sum of RGB (Red+Green+Blue) = 53+2+210=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 210 (82.42% from 255 or 79.25% from 265); Max value from RGB is 210 - color contains mainly: blue. Hex color #3502D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3502D2 is #CAFD2D. Grayscale: #282828. Windows color (decimal): -13303086 or 13763125. OLE color: 13763125.
HSL color Cylindrical-coordinate representation of color #3502D2: hue angle of 254.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3502D2 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 2 | 210 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.18 |
| HSL | 254.71º | 0.98% | 0.42% | - |
| HSV(B) | 254.71º | 0.99% | 0.82% | - |
| XYZ | 13.12 | 5.45 | 61.33 | - |
| YUV | 40.96 | 223.4 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 210 | 0.75 | 0.99 | 0 | 0.18 | 254.71 | 0.98 | 0.42 |
| Hex | 35 | 2 | D2 | 4B | 63 | 0 | 12 | FF | 62 | 2A |
| Octal | 65 | 2 | 322 | 113 | 143 | 0 | 22 | 377 | 142 | 52 |
| Binary | 110101 | 10 | 11010010 | 1001011 | 1100011 | 0 | 10010 | 11111111 | 1100010 | 101010 |
Color Harmonies of #3502D2
Complementary color
Monochromatic Colors of #3502D2
Black with #3502D2
Text Example
Text Example
White with #3502D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3502D2; }
p { color: rgb(53,2,210); }
H1.HeaderClassName
{
color: #3502D2;
}
.AnyTagClassName
{
color: #3502D2;
}
</style>
background-color css
<style>
a { background-color: #3502D2; }
a { background-color: rgb(53,2,210); }
div.DivClassName
{
background-color: #3502D2;
}
.BgClassName
{
background-color: #3502D2;
}
</style>
border-color css
<style>
span { border-color: #3502D2; }
span { border-color: rgb(53,2,210); }
td.TdClassName
{
border-color: #3502D2;
}
.TagClassName
{
border-color: #3502D2;
}
</style>