Shades of Han Purple #341ADC
Tints of Han Purple #341ADC
RGB
CMYK
RGB Variations
Color information
#341ADC (or 0x341ADC) is known color: Han Purple. HEX triplet: 34, 1A and DC. RGB value is (52,26,220). Sum of RGB (Red+Green+Blue) = 52+26+220=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #341ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ADC is #CBE523. Grayscale: #373737. Windows color (decimal): -13362468 or 14424628. OLE color: 14424628.
HSL color Cylindrical-coordinate representation of color #341ADC: hue angle of 248.04º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341ADC is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 26 | 220 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.14 |
| HSL | 248.04º | 0.79% | 0.48% | - |
| HSV(B) | 248.04º | 0.88% | 0.86% | - |
| XYZ | 14.7 | 6.64 | 68.22 | - |
| YUV | 55.89 | 220.61 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 220 | 0.76 | 0.88 | 0 | 0.14 | 248.04 | 0.79 | 0.48 |
| Hex | 34 | 1A | DC | 4C | 58 | 0 | E | F8 | 4F | 30 |
| Octal | 64 | 32 | 334 | 114 | 130 | 0 | 16 | 370 | 117 | 60 |
| Binary | 110100 | 11010 | 11011100 | 1001100 | 1011000 | 0 | 1110 | 11111000 | 1001111 | 110000 |
Color Harmonies of #341ADC
Complementary color
Monochromatic Colors of #341ADC
Black with #341ADC
Text Example
Text Example
White with #341ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341ADC; }
p { color: rgb(52,26,220); }
H1.HeaderClassName
{
color: #341ADC;
}
.AnyTagClassName
{
color: #341ADC;
}
</style>
background-color css
<style>
a { background-color: #341ADC; }
a { background-color: rgb(52,26,220); }
div.DivClassName
{
background-color: #341ADC;
}
.BgClassName
{
background-color: #341ADC;
}
</style>
border-color css
<style>
span { border-color: #341ADC; }
span { border-color: rgb(52,26,220); }
td.TdClassName
{
border-color: #341ADC;
}
.TagClassName
{
border-color: #341ADC;
}
</style>