Shades of Han Purple #341CFB
Tints of Han Purple #341CFB
RGB
CMYK
RGB Variations
Color information
#341CFB (or 0x341CFB) is known color: Han Purple. HEX triplet: 34, 1C and FB. RGB value is (52,28,251). Sum of RGB (Red+Green+Blue) = 52+28+251=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #341CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341CFB is #CBE304. Grayscale: #3B3B3B. Windows color (decimal): -13361925 or 16456756. OLE color: 16456756.
HSL color Cylindrical-coordinate representation of color #341CFB: hue angle of 246.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341CFB is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 28 | 251 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.02 |
| HSL | 246.46º | 0.97% | 0.55% | - |
| HSV(B) | 246.46º | 0.89% | 0.98% | - |
| XYZ | 19.24 | 8.53 | 91.9 | - |
| YUV | 60.6 | 235.45 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 251 | 0.79 | 0.89 | 0 | 0.02 | 246.46 | 0.97 | 0.55 |
| Hex | 34 | 1C | FB | 4F | 59 | 0 | 2 | F6 | 61 | 37 |
| Octal | 64 | 34 | 373 | 117 | 131 | 0 | 2 | 366 | 141 | 67 |
| Binary | 110100 | 11100 | 11111011 | 1001111 | 1011001 | 0 | 10 | 11110110 | 1100001 | 110111 |
Color Harmonies of #341CFB
Complementary color
Monochromatic Colors of #341CFB
Black with #341CFB
Text Example
Text Example
White with #341CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341CFB; }
p { color: rgb(52,28,251); }
H1.HeaderClassName
{
color: #341CFB;
}
.AnyTagClassName
{
color: #341CFB;
}
</style>
background-color css
<style>
a { background-color: #341CFB; }
a { background-color: rgb(52,28,251); }
div.DivClassName
{
background-color: #341CFB;
}
.BgClassName
{
background-color: #341CFB;
}
</style>
border-color css
<style>
span { border-color: #341CFB; }
span { border-color: rgb(52,28,251); }
td.TdClassName
{
border-color: #341CFB;
}
.TagClassName
{
border-color: #341CFB;
}
</style>