Shades of Han Purple #3405D5
Tints of Han Purple #3405D5
RGB
CMYK
RGB Variations
Color information
#3405D5 (or 0x3405D5) is known color: Han Purple. HEX triplet: 34, 05 and D5. RGB value is (52,5,213). Sum of RGB (Red+Green+Blue) = 52+5+213=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 213 (83.59% from 255 or 78.89% from 270); Max value from RGB is 213 - color contains mainly: blue. Hex color #3405D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3405D5 is #CBFA2A. Grayscale: #292929. Windows color (decimal): -13367851 or 13960500. OLE color: 13960500.
HSL color Cylindrical-coordinate representation of color #3405D5: hue angle of 253.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3405D5 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 5 | 213 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.16 |
| HSL | 253.56º | 0.95% | 0.43% | - |
| HSV(B) | 253.56º | 0.98% | 0.84% | - |
| XYZ | 13.48 | 5.64 | 63.33 | - |
| YUV | 42.77 | 224.07 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 213 | 0.76 | 0.98 | 0 | 0.16 | 253.56 | 0.95 | 0.43 |
| Hex | 34 | 5 | D5 | 4C | 62 | 0 | 10 | FE | 5F | 2B |
| Octal | 64 | 5 | 325 | 114 | 142 | 0 | 20 | 376 | 137 | 53 |
| Binary | 110100 | 101 | 11010101 | 1001100 | 1100010 | 0 | 10000 | 11111110 | 1011111 | 101011 |
Color Harmonies of #3405D5
Complementary color
Monochromatic Colors of #3405D5
Black with #3405D5
Text Example
Text Example
White with #3405D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3405D5; }
p { color: rgb(52,5,213); }
H1.HeaderClassName
{
color: #3405D5;
}
.AnyTagClassName
{
color: #3405D5;
}
</style>
background-color css
<style>
a { background-color: #3405D5; }
a { background-color: rgb(52,5,213); }
div.DivClassName
{
background-color: #3405D5;
}
.BgClassName
{
background-color: #3405D5;
}
</style>
border-color css
<style>
span { border-color: #3405D5; }
span { border-color: rgb(52,5,213); }
td.TdClassName
{
border-color: #3405D5;
}
.TagClassName
{
border-color: #3405D5;
}
</style>