Shades of Han Purple #341CDF
Tints of Han Purple #341CDF
RGB
CMYK
RGB Variations
Color information
#341CDF (or 0x341CDF) is known color: Han Purple. HEX triplet: 34, 1C and DF. RGB value is (52,28,223). Sum of RGB (Red+Green+Blue) = 52+28+223=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #341CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CDF is #CBE320. Grayscale: #383838. Windows color (decimal): -13361953 or 14621748. OLE color: 14621748.
HSL color Cylindrical-coordinate representation of color #341CDF: hue angle of 247.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341CDF is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 28 | 223 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.13 |
| HSL | 247.38º | 0.78% | 0.49% | - |
| HSV(B) | 247.38º | 0.87% | 0.87% | - |
| XYZ | 15.15 | 6.89 | 70.34 | - |
| YUV | 57.41 | 221.45 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 223 | 0.77 | 0.87 | 0 | 0.13 | 247.38 | 0.78 | 0.49 |
| Hex | 34 | 1C | DF | 4D | 57 | 0 | D | F7 | 4E | 31 |
| Octal | 64 | 34 | 337 | 115 | 127 | 0 | 15 | 367 | 116 | 61 |
| Binary | 110100 | 11100 | 11011111 | 1001101 | 1010111 | 0 | 1101 | 11110111 | 1001110 | 110001 |
Color Harmonies of #341CDF
Complementary color
Monochromatic Colors of #341CDF
Black with #341CDF
Text Example
Text Example
White with #341CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341CDF; }
p { color: rgb(52,28,223); }
H1.HeaderClassName
{
color: #341CDF;
}
.AnyTagClassName
{
color: #341CDF;
}
</style>
background-color css
<style>
a { background-color: #341CDF; }
a { background-color: rgb(52,28,223); }
div.DivClassName
{
background-color: #341CDF;
}
.BgClassName
{
background-color: #341CDF;
}
</style>
border-color css
<style>
span { border-color: #341CDF; }
span { border-color: rgb(52,28,223); }
td.TdClassName
{
border-color: #341CDF;
}
.TagClassName
{
border-color: #341CDF;
}
</style>