Shades of Han Purple #341CDC
Tints of Han Purple #341CDC
RGB
CMYK
RGB Variations
Color information
#341CDC (or 0x341CDC) is known color: Han Purple. HEX triplet: 34, 1C and DC. RGB value is (52,28,220). Sum of RGB (Red+Green+Blue) = 52+28+220=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #341CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CDC is #CBE323. Grayscale: #383838. Windows color (decimal): -13361956 or 14425140. OLE color: 14425140.
HSL color Cylindrical-coordinate representation of color #341CDC: hue angle of 247.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341CDC is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 28 | 220 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.14 |
| HSL | 247.5º | 0.77% | 0.49% | - |
| HSV(B) | 247.5º | 0.87% | 0.86% | - |
| XYZ | 14.75 | 6.73 | 68.23 | - |
| YUV | 57.06 | 219.95 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 220 | 0.76 | 0.87 | 0 | 0.14 | 247.5 | 0.77 | 0.49 |
| Hex | 34 | 1C | DC | 4C | 57 | 0 | E | F8 | 4D | 31 |
| Octal | 64 | 34 | 334 | 114 | 127 | 0 | 16 | 370 | 115 | 61 |
| Binary | 110100 | 11100 | 11011100 | 1001100 | 1010111 | 0 | 1110 | 11111000 | 1001101 | 110001 |
Color Harmonies of #341CDC
Complementary color
Monochromatic Colors of #341CDC
Black with #341CDC
Text Example
Text Example
White with #341CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341CDC; }
p { color: rgb(52,28,220); }
H1.HeaderClassName
{
color: #341CDC;
}
.AnyTagClassName
{
color: #341CDC;
}
</style>
background-color css
<style>
a { background-color: #341CDC; }
a { background-color: rgb(52,28,220); }
div.DivClassName
{
background-color: #341CDC;
}
.BgClassName
{
background-color: #341CDC;
}
</style>
border-color css
<style>
span { border-color: #341CDC; }
span { border-color: rgb(52,28,220); }
td.TdClassName
{
border-color: #341CDC;
}
.TagClassName
{
border-color: #341CDC;
}
</style>