Shades of Han Purple #341EEE
Tints of Han Purple #341EEE
RGB
CMYK
RGB Variations
Color information
#341EEE (or 0x341EEE) is known color: Han Purple. HEX triplet: 34, 1E and EE. RGB value is (52,30,238). Sum of RGB (Red+Green+Blue) = 52+30+238=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #341EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341EEE is #CBE111. Grayscale: #3B3B3B. Windows color (decimal): -13361426 or 15605300. OLE color: 15605300.
HSL color Cylindrical-coordinate representation of color #341EEE: hue angle of 246.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341EEE is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 30 | 238 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.07 |
| HSL | 246.35º | 0.86% | 0.53% | - |
| HSV(B) | 246.35º | 0.87% | 0.93% | - |
| XYZ | 17.31 | 7.83 | 81.49 | - |
| YUV | 60.29 | 228.29 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 238 | 0.78 | 0.87 | 0 | 0.07 | 246.35 | 0.86 | 0.53 |
| Hex | 34 | 1E | EE | 4E | 57 | 0 | 7 | F6 | 56 | 35 |
| Octal | 64 | 36 | 356 | 116 | 127 | 0 | 7 | 366 | 126 | 65 |
| Binary | 110100 | 11110 | 11101110 | 1001110 | 1010111 | 0 | 111 | 11110110 | 1010110 | 110101 |
Color Harmonies of #341EEE
Complementary color
Monochromatic Colors of #341EEE
Black with #341EEE
Text Example
Text Example
White with #341EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341EEE; }
p { color: rgb(52,30,238); }
H1.HeaderClassName
{
color: #341EEE;
}
.AnyTagClassName
{
color: #341EEE;
}
</style>
background-color css
<style>
a { background-color: #341EEE; }
a { background-color: rgb(52,30,238); }
div.DivClassName
{
background-color: #341EEE;
}
.BgClassName
{
background-color: #341EEE;
}
</style>
border-color css
<style>
span { border-color: #341EEE; }
span { border-color: rgb(52,30,238); }
td.TdClassName
{
border-color: #341EEE;
}
.TagClassName
{
border-color: #341EEE;
}
</style>