Shades of Han Purple #2920E6
Tints of Han Purple #2920E6
RGB
CMYK
RGB Variations
Color information
#2920E6 (or 0x2920E6) is known color: Han Purple. HEX triplet: 29, 20 and E6. RGB value is (41,32,230). Sum of RGB (Red+Green+Blue) = 41+32+230=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 230 (90.23% from 255 or 75.91% from 303); Max value from RGB is 230 - color contains mainly: blue. Hex color #2920E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2920E6 is #D6DF19. Grayscale: #383838. Windows color (decimal): -14081818 or 15081513. OLE color: 15081513.
HSL color Cylindrical-coordinate representation of color #2920E6: hue angle of 242.73º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2920E6 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 32 | 230 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.10 |
| HSL | 242.73º | 0.8% | 0.51% | - |
| HSV(B) | 242.73º | 0.86% | 0.9% | - |
| XYZ | 15.71 | 7.22 | 75.43 | - |
| YUV | 57.26 | 225.48 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 230 | 0.82 | 0.86 | 0 | 0.10 | 242.73 | 0.8 | 0.51 |
| Hex | 29 | 20 | E6 | 52 | 56 | 0 | A | F3 | 50 | 33 |
| Octal | 51 | 40 | 346 | 122 | 126 | 0 | 12 | 363 | 120 | 63 |
| Binary | 101001 | 100000 | 11100110 | 1010010 | 1010110 | 0 | 1010 | 11110011 | 1010000 | 110011 |
Color Harmonies of #2920E6
Complementary color
Monochromatic Colors of #2920E6
Black with #2920E6
Text Example
Text Example
White with #2920E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2920E6; }
p { color: rgb(41,32,230); }
H1.HeaderClassName
{
color: #2920E6;
}
.AnyTagClassName
{
color: #2920E6;
}
</style>
background-color css
<style>
a { background-color: #2920E6; }
a { background-color: rgb(41,32,230); }
div.DivClassName
{
background-color: #2920E6;
}
.BgClassName
{
background-color: #2920E6;
}
</style>
border-color css
<style>
span { border-color: #2920E6; }
span { border-color: rgb(41,32,230); }
td.TdClassName
{
border-color: #2920E6;
}
.TagClassName
{
border-color: #2920E6;
}
</style>