Shades of Han Purple #341FDC
Tints of Han Purple #341FDC
RGB
CMYK
RGB Variations
Color information
#341FDC (or 0x341FDC) is known color: Han Purple. HEX triplet: 34, 1F and DC. RGB value is (52,31,220). Sum of RGB (Red+Green+Blue) = 52+31+220=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #341FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FDC is #CBE023. Grayscale: #3A3A3A. Windows color (decimal): -13361188 or 14425908. OLE color: 14425908.
HSL color Cylindrical-coordinate representation of color #341FDC: hue angle of 246.67º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341FDC is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 31 | 220 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.14 |
| HSL | 246.67º | 0.75% | 0.49% | - |
| HSV(B) | 246.67º | 0.86% | 0.86% | - |
| XYZ | 14.82 | 6.88 | 68.26 | - |
| YUV | 58.83 | 218.96 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 220 | 0.76 | 0.86 | 0 | 0.14 | 246.67 | 0.75 | 0.49 |
| Hex | 34 | 1F | DC | 4C | 56 | 0 | E | F7 | 4B | 31 |
| Octal | 64 | 37 | 334 | 114 | 126 | 0 | 16 | 367 | 113 | 61 |
| Binary | 110100 | 11111 | 11011100 | 1001100 | 1010110 | 0 | 1110 | 11110111 | 1001011 | 110001 |
Color Harmonies of #341FDC
Complementary color
Monochromatic Colors of #341FDC
Black with #341FDC
Text Example
Text Example
White with #341FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FDC; }
p { color: rgb(52,31,220); }
H1.HeaderClassName
{
color: #341FDC;
}
.AnyTagClassName
{
color: #341FDC;
}
</style>
background-color css
<style>
a { background-color: #341FDC; }
a { background-color: rgb(52,31,220); }
div.DivClassName
{
background-color: #341FDC;
}
.BgClassName
{
background-color: #341FDC;
}
</style>
border-color css
<style>
span { border-color: #341FDC; }
span { border-color: rgb(52,31,220); }
td.TdClassName
{
border-color: #341FDC;
}
.TagClassName
{
border-color: #341FDC;
}
</style>