Shades of Han Purple #3A25DD
Tints of Han Purple #3A25DD
RGB
CMYK
RGB Variations
Color information
#3A25DD (or 0x3A25DD) is known color: Han Purple. HEX triplet: 3A, 25 and DD. RGB value is (58,37,221). Sum of RGB (Red+Green+Blue) = 58+37+221=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A25DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A25DD is #C5DA22. Grayscale: #3F3F3F. Windows color (decimal): -12966435 or 14492986. OLE color: 14492986.
HSL color Cylindrical-coordinate representation of color #3A25DD: hue angle of 246.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A25DD is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 37 | 221 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.13 |
| HSL | 246.85º | 0.73% | 0.51% | - |
| HSV(B) | 246.85º | 0.83% | 0.87% | - |
| XYZ | 15.46 | 7.44 | 69.03 | - |
| YUV | 64.26 | 216.46 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 221 | 0.74 | 0.83 | 0 | 0.13 | 246.85 | 0.73 | 0.51 |
| Hex | 3A | 25 | DD | 4A | 53 | 0 | D | F7 | 49 | 33 |
| Octal | 72 | 45 | 335 | 112 | 123 | 0 | 15 | 367 | 111 | 63 |
| Binary | 111010 | 100101 | 11011101 | 1001010 | 1010011 | 0 | 1101 | 11110111 | 1001001 | 110011 |
Color Harmonies of #3A25DD
Complementary color
Monochromatic Colors of #3A25DD
Black with #3A25DD
Text Example
Text Example
White with #3A25DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A25DD; }
p { color: rgb(58,37,221); }
H1.HeaderClassName
{
color: #3A25DD;
}
.AnyTagClassName
{
color: #3A25DD;
}
</style>
background-color css
<style>
a { background-color: #3A25DD; }
a { background-color: rgb(58,37,221); }
div.DivClassName
{
background-color: #3A25DD;
}
.BgClassName
{
background-color: #3A25DD;
}
</style>
border-color css
<style>
span { border-color: #3A25DD; }
span { border-color: rgb(58,37,221); }
td.TdClassName
{
border-color: #3A25DD;
}
.TagClassName
{
border-color: #3A25DD;
}
</style>