Shades of Han Purple #341FFD
Tints of Han Purple #341FFD
RGB
CMYK
RGB Variations
Color information
#341FFD (or 0x341FFD) is known color: Han Purple. HEX triplet: 34, 1F and FD. RGB value is (52,31,253). Sum of RGB (Red+Green+Blue) = 52+31+253=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #341FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341FFD is #CBE002. Grayscale: #3D3D3D. Windows color (decimal): -13361155 or 16588596. OLE color: 16588596.
HSL color Cylindrical-coordinate representation of color #341FFD: hue angle of 245.68º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341FFD is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 31 | 253 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.01 |
| HSL | 245.68º | 0.98% | 0.56% | - |
| HSV(B) | 245.68º | 0.88% | 0.99% | - |
| XYZ | 19.64 | 8.8 | 93.59 | - |
| YUV | 62.59 | 235.46 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 253 | 0.79 | 0.88 | 0 | 0.01 | 245.68 | 0.98 | 0.56 |
| Hex | 34 | 1F | FD | 4F | 58 | 0 | 1 | F6 | 62 | 38 |
| Octal | 64 | 37 | 375 | 117 | 130 | 0 | 1 | 366 | 142 | 70 |
| Binary | 110100 | 11111 | 11111101 | 1001111 | 1011000 | 0 | 1 | 11110110 | 1100010 | 111000 |
Color Harmonies of #341FFD
Complementary color
Monochromatic Colors of #341FFD
Black with #341FFD
Text Example
Text Example
White with #341FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FFD; }
p { color: rgb(52,31,253); }
H1.HeaderClassName
{
color: #341FFD;
}
.AnyTagClassName
{
color: #341FFD;
}
</style>
background-color css
<style>
a { background-color: #341FFD; }
a { background-color: rgb(52,31,253); }
div.DivClassName
{
background-color: #341FFD;
}
.BgClassName
{
background-color: #341FFD;
}
</style>
border-color css
<style>
span { border-color: #341FFD; }
span { border-color: rgb(52,31,253); }
td.TdClassName
{
border-color: #341FFD;
}
.TagClassName
{
border-color: #341FFD;
}
</style>