Shades of Han Purple #341BFC
Tints of Han Purple #341BFC
RGB
CMYK
RGB Variations
Color information
#341BFC (or 0x341BFC) is known color: Han Purple. HEX triplet: 34, 1B and FC. RGB value is (52,27,252). Sum of RGB (Red+Green+Blue) = 52+27+252=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #341BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341BFC is #CBE403. Grayscale: #3B3B3B. Windows color (decimal): -13362180 or 16522036. OLE color: 16522036.
HSL color Cylindrical-coordinate representation of color #341BFC: hue angle of 246.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341BFC is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 27 | 252 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.01 |
| HSL | 246.67º | 0.97% | 0.55% | - |
| HSV(B) | 246.67º | 0.89% | 0.99% | - |
| XYZ | 19.38 | 8.54 | 92.72 | - |
| YUV | 60.13 | 236.28 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 252 | 0.79 | 0.89 | 0 | 0.01 | 246.67 | 0.97 | 0.55 |
| Hex | 34 | 1B | FC | 4F | 59 | 0 | 1 | F7 | 61 | 37 |
| Octal | 64 | 33 | 374 | 117 | 131 | 0 | 1 | 367 | 141 | 67 |
| Binary | 110100 | 11011 | 11111100 | 1001111 | 1011001 | 0 | 1 | 11110111 | 1100001 | 110111 |
Color Harmonies of #341BFC
Complementary color
Monochromatic Colors of #341BFC
Black with #341BFC
Text Example
Text Example
White with #341BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341BFC; }
p { color: rgb(52,27,252); }
H1.HeaderClassName
{
color: #341BFC;
}
.AnyTagClassName
{
color: #341BFC;
}
</style>
background-color css
<style>
a { background-color: #341BFC; }
a { background-color: rgb(52,27,252); }
div.DivClassName
{
background-color: #341BFC;
}
.BgClassName
{
background-color: #341BFC;
}
</style>
border-color css
<style>
span { border-color: #341BFC; }
span { border-color: rgb(52,27,252); }
td.TdClassName
{
border-color: #341BFC;
}
.TagClassName
{
border-color: #341BFC;
}
</style>