Shades of Han Purple #3A27DD
Tints of Han Purple #3A27DD
RGB
CMYK
RGB Variations
Color information
#3A27DD (or 0x3A27DD) is known color: Han Purple. HEX triplet: 3A, 27 and DD. RGB value is (58,39,221). Sum of RGB (Red+Green+Blue) = 58+39+221=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A27DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A27DD is #C5D822. Grayscale: #404040. Windows color (decimal): -12965923 or 14493498. OLE color: 14493498.
HSL color Cylindrical-coordinate representation of color #3A27DD: hue angle of 246.26º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A27DD is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 39 | 221 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.13 |
| HSL | 246.26º | 0.73% | 0.51% | - |
| HSV(B) | 246.26º | 0.82% | 0.87% | - |
| XYZ | 15.52 | 7.57 | 69.05 | - |
| YUV | 65.43 | 215.79 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 221 | 0.74 | 0.82 | 0 | 0.13 | 246.26 | 0.73 | 0.51 |
| Hex | 3A | 27 | DD | 4A | 52 | 0 | D | F6 | 49 | 33 |
| Octal | 72 | 47 | 335 | 112 | 122 | 0 | 15 | 366 | 111 | 63 |
| Binary | 111010 | 100111 | 11011101 | 1001010 | 1010010 | 0 | 1101 | 11110110 | 1001001 | 110011 |
Color Harmonies of #3A27DD
Complementary color
Monochromatic Colors of #3A27DD
Black with #3A27DD
Text Example
Text Example
White with #3A27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A27DD; }
p { color: rgb(58,39,221); }
H1.HeaderClassName
{
color: #3A27DD;
}
.AnyTagClassName
{
color: #3A27DD;
}
</style>
background-color css
<style>
a { background-color: #3A27DD; }
a { background-color: rgb(58,39,221); }
div.DivClassName
{
background-color: #3A27DD;
}
.BgClassName
{
background-color: #3A27DD;
}
</style>
border-color css
<style>
span { border-color: #3A27DD; }
span { border-color: rgb(58,39,221); }
td.TdClassName
{
border-color: #3A27DD;
}
.TagClassName
{
border-color: #3A27DD;
}
</style>