Shades of Han Purple #341BDF
Tints of Han Purple #341BDF
RGB
CMYK
RGB Variations
Color information
#341BDF (or 0x341BDF) is known color: Han Purple. HEX triplet: 34, 1B and DF. RGB value is (52,27,223). Sum of RGB (Red+Green+Blue) = 52+27+223=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #341BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BDF is #CBE420. Grayscale: #383838. Windows color (decimal): -13362209 or 14621492. OLE color: 14621492.
HSL color Cylindrical-coordinate representation of color #341BDF: hue angle of 247.65º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341BDF is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 27 | 223 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.13 |
| HSL | 247.65º | 0.78% | 0.49% | - |
| HSV(B) | 247.65º | 0.88% | 0.87% | - |
| XYZ | 15.13 | 6.84 | 70.34 | - |
| YUV | 56.82 | 221.78 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 223 | 0.77 | 0.88 | 0 | 0.13 | 247.65 | 0.78 | 0.49 |
| Hex | 34 | 1B | DF | 4D | 58 | 0 | D | F8 | 4E | 31 |
| Octal | 64 | 33 | 337 | 115 | 130 | 0 | 15 | 370 | 116 | 61 |
| Binary | 110100 | 11011 | 11011111 | 1001101 | 1011000 | 0 | 1101 | 11111000 | 1001110 | 110001 |
Color Harmonies of #341BDF
Complementary color
Monochromatic Colors of #341BDF
Black with #341BDF
Text Example
Text Example
White with #341BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341BDF; }
p { color: rgb(52,27,223); }
H1.HeaderClassName
{
color: #341BDF;
}
.AnyTagClassName
{
color: #341BDF;
}
</style>
background-color css
<style>
a { background-color: #341BDF; }
a { background-color: rgb(52,27,223); }
div.DivClassName
{
background-color: #341BDF;
}
.BgClassName
{
background-color: #341BDF;
}
</style>
border-color css
<style>
span { border-color: #341BDF; }
span { border-color: rgb(52,27,223); }
td.TdClassName
{
border-color: #341BDF;
}
.TagClassName
{
border-color: #341BDF;
}
</style>