Shades of Han Purple #341FDB
Tints of Han Purple #341FDB
RGB
CMYK
RGB Variations
Color information
#341FDB (or 0x341FDB) is known color: Han Purple. HEX triplet: 34, 1F and DB. RGB value is (52,31,219). Sum of RGB (Red+Green+Blue) = 52+31+219=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #341FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FDB is #CBE024. Grayscale: #393939. Windows color (decimal): -13361189 or 14360372. OLE color: 14360372.
HSL color Cylindrical-coordinate representation of color #341FDB: hue angle of 246.7º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341FDB is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 31 | 219 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.14 |
| HSL | 246.7º | 0.75% | 0.49% | - |
| HSV(B) | 246.7º | 0.86% | 0.86% | - |
| XYZ | 14.69 | 6.82 | 67.56 | - |
| YUV | 58.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 219 | 0.76 | 0.86 | 0 | 0.14 | 246.7 | 0.75 | 0.49 |
| Hex | 34 | 1F | DB | 4C | 56 | 0 | E | F7 | 4B | 31 |
| Octal | 64 | 37 | 333 | 114 | 126 | 0 | 16 | 367 | 113 | 61 |
| Binary | 110100 | 11111 | 11011011 | 1001100 | 1010110 | 0 | 1110 | 11110111 | 1001011 | 110001 |
Color Harmonies of #341FDB
Complementary color
Monochromatic Colors of #341FDB
Black with #341FDB
Text Example
Text Example
White with #341FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341FDB; }
p { color: rgb(52,31,219); }
H1.HeaderClassName
{
color: #341FDB;
}
.AnyTagClassName
{
color: #341FDB;
}
</style>
background-color css
<style>
a { background-color: #341FDB; }
a { background-color: rgb(52,31,219); }
div.DivClassName
{
background-color: #341FDB;
}
.BgClassName
{
background-color: #341FDB;
}
</style>
border-color css
<style>
span { border-color: #341FDB; }
span { border-color: rgb(52,31,219); }
td.TdClassName
{
border-color: #341FDB;
}
.TagClassName
{
border-color: #341FDB;
}
</style>