Shades of Han Purple #292BED
Tints of Han Purple #292BED
RGB
CMYK
RGB Variations
Color information
#292BED (or 0x292BED) is known color: Han Purple. HEX triplet: 29, 2B and ED. RGB value is (41,43,237). Sum of RGB (Red+Green+Blue) = 41+43+237=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #292BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292BED is #D6D412. Grayscale: #3F3F3F. Windows color (decimal): -14078995 or 15543081. OLE color: 15543081.
HSL color Cylindrical-coordinate representation of color #292BED: hue angle of 239.39º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #292BED is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 43 | 237 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.07 |
| HSL | 239.39º | 0.84% | 0.55% | - |
| HSV(B) | 239.39º | 0.83% | 0.93% | - |
| XYZ | 17.06 | 8.31 | 80.83 | - |
| YUV | 64.52 | 225.34 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 237 | 0.83 | 0.82 | 0 | 0.07 | 239.39 | 0.84 | 0.55 |
| Hex | 29 | 2B | ED | 53 | 52 | 0 | 7 | EF | 54 | 37 |
| Octal | 51 | 53 | 355 | 123 | 122 | 0 | 7 | 357 | 124 | 67 |
| Binary | 101001 | 101011 | 11101101 | 1010011 | 1010010 | 0 | 111 | 11101111 | 1010100 | 110111 |
Color Harmonies of #292BED
Complementary color
Monochromatic Colors of #292BED
Black with #292BED
Text Example
Text Example
White with #292BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292BED; }
p { color: rgb(41,43,237); }
H1.HeaderClassName
{
color: #292BED;
}
.AnyTagClassName
{
color: #292BED;
}
</style>
background-color css
<style>
a { background-color: #292BED; }
a { background-color: rgb(41,43,237); }
div.DivClassName
{
background-color: #292BED;
}
.BgClassName
{
background-color: #292BED;
}
</style>
border-color css
<style>
span { border-color: #292BED; }
span { border-color: rgb(41,43,237); }
td.TdClassName
{
border-color: #292BED;
}
.TagClassName
{
border-color: #292BED;
}
</style>