Shades of Han Purple #291BFD
Tints of Han Purple #291BFD
RGB
CMYK
RGB Variations
Color information
#291BFD (or 0x291BFD) is known color: Han Purple. HEX triplet: 29, 1B and FD. RGB value is (41,27,253). Sum of RGB (Red+Green+Blue) = 41+27+253=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #291BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291BFD is #D6E402. Grayscale: #383838. Windows color (decimal): -14083075 or 16587561. OLE color: 16587561.
HSL color Cylindrical-coordinate representation of color #291BFD: hue angle of 243.72º 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 #291BFD is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 27 | 253 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.01 |
| HSL | 243.72º | 0.98% | 0.55% | - |
| HSV(B) | 243.72º | 0.89% | 0.99% | - |
| XYZ | 19.04 | 8.35 | 93.54 | - |
| YUV | 56.95 | 238.64 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 253 | 0.84 | 0.89 | 0 | 0.01 | 243.72 | 0.98 | 0.55 |
| Hex | 29 | 1B | FD | 54 | 59 | 0 | 1 | F4 | 62 | 37 |
| Octal | 51 | 33 | 375 | 124 | 131 | 0 | 1 | 364 | 142 | 67 |
| Binary | 101001 | 11011 | 11111101 | 1010100 | 1011001 | 0 | 1 | 11110100 | 1100010 | 110111 |
Color Harmonies of #291BFD
Complementary color
Monochromatic Colors of #291BFD
Black with #291BFD
Text Example
Text Example
White with #291BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291BFD; }
p { color: rgb(41,27,253); }
H1.HeaderClassName
{
color: #291BFD;
}
.AnyTagClassName
{
color: #291BFD;
}
</style>
background-color css
<style>
a { background-color: #291BFD; }
a { background-color: rgb(41,27,253); }
div.DivClassName
{
background-color: #291BFD;
}
.BgClassName
{
background-color: #291BFD;
}
</style>
border-color css
<style>
span { border-color: #291BFD; }
span { border-color: rgb(41,27,253); }
td.TdClassName
{
border-color: #291BFD;
}
.TagClassName
{
border-color: #291BFD;
}
</style>