Shades of Han Purple #3427DC
Tints of Han Purple #3427DC
RGB
CMYK
RGB Variations
Color information
#3427DC (or 0x3427DC) is known color: Han Purple. HEX triplet: 34, 27 and DC. RGB value is (52,39,220). Sum of RGB (Red+Green+Blue) = 52+39+220=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #3427DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3427DC is #CBD823. Grayscale: #3E3E3E. Windows color (decimal): -13359140 or 14427956. OLE color: 14427956.
HSL color Cylindrical-coordinate representation of color #3427DC: hue angle of 244.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3427DC is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 39 | 220 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.14 |
| HSL | 244.31º | 0.72% | 0.51% | - |
| HSV(B) | 244.31º | 0.82% | 0.86% | - |
| XYZ | 15.06 | 7.35 | 68.33 | - |
| YUV | 63.52 | 216.31 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 39 | 220 | 0.76 | 0.82 | 0 | 0.14 | 244.31 | 0.72 | 0.51 |
| Hex | 34 | 27 | DC | 4C | 52 | 0 | E | F4 | 48 | 33 |
| Octal | 64 | 47 | 334 | 114 | 122 | 0 | 16 | 364 | 110 | 63 |
| Binary | 110100 | 100111 | 11011100 | 1001100 | 1010010 | 0 | 1110 | 11110100 | 1001000 | 110011 |
Color Harmonies of #3427DC
Complementary color
Monochromatic Colors of #3427DC
Black with #3427DC
Text Example
Text Example
White with #3427DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3427DC; }
p { color: rgb(52,39,220); }
H1.HeaderClassName
{
color: #3427DC;
}
.AnyTagClassName
{
color: #3427DC;
}
</style>
background-color css
<style>
a { background-color: #3427DC; }
a { background-color: rgb(52,39,220); }
div.DivClassName
{
background-color: #3427DC;
}
.BgClassName
{
background-color: #3427DC;
}
</style>
border-color css
<style>
span { border-color: #3427DC; }
span { border-color: rgb(52,39,220); }
td.TdClassName
{
border-color: #3427DC;
}
.TagClassName
{
border-color: #3427DC;
}
</style>