Shades of Han Purple #341FEA
Tints of Han Purple #341FEA
RGB
CMYK
RGB Variations
Color information
#341FEA (or 0x341FEA) is known color: Han Purple. HEX triplet: 34, 1F and EA. RGB value is (52,31,234). Sum of RGB (Red+Green+Blue) = 52+31+234=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #341FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341FEA is #CBE015. Grayscale: #3B3B3B. Windows color (decimal): -13361174 or 15343412. OLE color: 15343412.
HSL color Cylindrical-coordinate representation of color #341FEA: hue angle of 246.21º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341FEA is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 31 | 234 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.08 |
| HSL | 246.21º | 0.83% | 0.52% | - |
| HSV(B) | 246.21º | 0.87% | 0.92% | - |
| XYZ | 16.76 | 7.65 | 78.44 | - |
| YUV | 60.42 | 225.96 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 234 | 0.78 | 0.87 | 0 | 0.08 | 246.21 | 0.83 | 0.52 |
| Hex | 34 | 1F | EA | 4E | 57 | 0 | 8 | F6 | 53 | 34 |
| Octal | 64 | 37 | 352 | 116 | 127 | 0 | 10 | 366 | 123 | 64 |
| Binary | 110100 | 11111 | 11101010 | 1001110 | 1010111 | 0 | 1000 | 11110110 | 1010011 | 110100 |
Color Harmonies of #341FEA
Complementary color
Monochromatic Colors of #341FEA
Black with #341FEA
Text Example
Text Example
White with #341FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FEA; }
p { color: rgb(52,31,234); }
H1.HeaderClassName
{
color: #341FEA;
}
.AnyTagClassName
{
color: #341FEA;
}
</style>
background-color css
<style>
a { background-color: #341FEA; }
a { background-color: rgb(52,31,234); }
div.DivClassName
{
background-color: #341FEA;
}
.BgClassName
{
background-color: #341FEA;
}
</style>
border-color css
<style>
span { border-color: #341FEA; }
span { border-color: rgb(52,31,234); }
td.TdClassName
{
border-color: #341FEA;
}
.TagClassName
{
border-color: #341FEA;
}
</style>