Shades of Han Purple #3500D3
Tints of Han Purple #3500D3
RGB
CMYK
RGB Variations
Color information
#3500D3 (or 0x3500D3) is known color: Han Purple. HEX triplet: 35, 00 and D3. RGB value is (53,0,211). Sum of RGB (Red+Green+Blue) = 53+0+211=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 211 (82.81% from 255 or 79.92% from 264); Max value from RGB is 211 - color contains mainly: blue. Hex color #3500D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3500D3 is #CAFF2C. Grayscale: #272727. Windows color (decimal): -13303597 or 13828149. OLE color: 13828149.
HSL color Cylindrical-coordinate representation of color #3500D3: hue angle of 255.07º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500D3 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 0 | 211 | - |
| CMYK | 0.75 | 1 | 0 | 0.17 |
| HSL | 255.07º | 1% | 0.41% | - |
| HSV(B) | 255.07º | 1% | 0.83% | - |
| XYZ | 13.23 | 5.46 | 61.98 | - |
| YUV | 39.9 | 224.56 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 211 | 0.75 | 1 | 0 | 0.17 | 255.07 | 1 | 0.41 |
| Hex | 35 | 0 | D3 | 4B | 64 | 0 | 11 | FF | 64 | 29 |
| Octal | 65 | 0 | 323 | 113 | 144 | 0 | 21 | 377 | 144 | 51 |
| Binary | 110101 | 0 | 11010011 | 1001011 | 1100100 | 0 | 10001 | 11111111 | 1100100 | 101001 |
Color Harmonies of #3500D3
Complementary color
Monochromatic Colors of #3500D3
Black with #3500D3
Text Example
Text Example
White with #3500D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500D3; }
p { color: rgb(53,0,211); }
H1.HeaderClassName
{
color: #3500D3;
}
.AnyTagClassName
{
color: #3500D3;
}
</style>
background-color css
<style>
a { background-color: #3500D3; }
a { background-color: rgb(53,0,211); }
div.DivClassName
{
background-color: #3500D3;
}
.BgClassName
{
background-color: #3500D3;
}
</style>
border-color css
<style>
span { border-color: #3500D3; }
span { border-color: rgb(53,0,211); }
td.TdClassName
{
border-color: #3500D3;
}
.TagClassName
{
border-color: #3500D3;
}
</style>