Shades of Han Purple #341BFD
Tints of Han Purple #341BFD
RGB
CMYK
RGB Variations
Color information
#341BFD (or 0x341BFD) is known color: Han Purple. HEX triplet: 34, 1B and FD. RGB value is (52,27,253). Sum of RGB (Red+Green+Blue) = 52+27+253=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #341BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341BFD is #CBE402. Grayscale: #3B3B3B. Windows color (decimal): -13362179 or 16587572. OLE color: 16587572.
HSL color Cylindrical-coordinate representation of color #341BFD: hue angle of 246.64º degrees, saturation: 0.98, 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 #341BFD is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 27 | 253 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.01 |
| HSL | 246.64º | 0.98% | 0.55% | - |
| HSV(B) | 246.64º | 0.89% | 0.99% | - |
| XYZ | 19.54 | 8.61 | 93.56 | - |
| YUV | 60.24 | 236.78 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 253 | 0.79 | 0.89 | 0 | 0.01 | 246.64 | 0.98 | 0.55 |
| Hex | 34 | 1B | FD | 4F | 59 | 0 | 1 | F7 | 62 | 37 |
| Octal | 64 | 33 | 375 | 117 | 131 | 0 | 1 | 367 | 142 | 67 |
| Binary | 110100 | 11011 | 11111101 | 1001111 | 1011001 | 0 | 1 | 11110111 | 1100010 | 110111 |
Color Harmonies of #341BFD
Complementary color
Monochromatic Colors of #341BFD
Black with #341BFD
Text Example
Text Example
White with #341BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341BFD; }
p { color: rgb(52,27,253); }
H1.HeaderClassName
{
color: #341BFD;
}
.AnyTagClassName
{
color: #341BFD;
}
</style>
background-color css
<style>
a { background-color: #341BFD; }
a { background-color: rgb(52,27,253); }
div.DivClassName
{
background-color: #341BFD;
}
.BgClassName
{
background-color: #341BFD;
}
</style>
border-color css
<style>
span { border-color: #341BFD; }
span { border-color: rgb(52,27,253); }
td.TdClassName
{
border-color: #341BFD;
}
.TagClassName
{
border-color: #341BFD;
}
</style>