Shades of Han Purple #290DF3
Tints of Han Purple #290DF3
RGB
CMYK
RGB Variations
Color information
#290DF3 (or 0x290DF3) is known color: Han Purple. HEX triplet: 29, 0D and F3. RGB value is (41,13,243). Sum of RGB (Red+Green+Blue) = 41+13+243=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 243 (95.31% from 255 or 81.82% from 297); Max value from RGB is 243 - color contains mainly: blue. Hex color #290DF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290DF3 is #D6F20C. Grayscale: #2E2E2E. Windows color (decimal): -14086669 or 15928617. OLE color: 15928617.
HSL color Cylindrical-coordinate representation of color #290DF3: hue angle of 247.3º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290DF3 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 13 | 243 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.05 |
| HSL | 247.3º | 0.91% | 0.5% | - |
| HSV(B) | 247.3º | 0.95% | 0.95% | - |
| XYZ | 17.24 | 7.23 | 85.28 | - |
| YUV | 47.59 | 238.28 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 243 | 0.83 | 0.95 | 0 | 0.05 | 247.3 | 0.91 | 0.5 |
| Hex | 29 | D | F3 | 53 | 5F | 0 | 5 | F7 | 5B | 32 |
| Octal | 51 | 15 | 363 | 123 | 137 | 0 | 5 | 367 | 133 | 62 |
| Binary | 101001 | 1101 | 11110011 | 1010011 | 1011111 | 0 | 101 | 11110111 | 1011011 | 110010 |
Color Harmonies of #290DF3
Complementary color
Monochromatic Colors of #290DF3
Black with #290DF3
Text Example
Text Example
White with #290DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290DF3; }
p { color: rgb(41,13,243); }
H1.HeaderClassName
{
color: #290DF3;
}
.AnyTagClassName
{
color: #290DF3;
}
</style>
background-color css
<style>
a { background-color: #290DF3; }
a { background-color: rgb(41,13,243); }
div.DivClassName
{
background-color: #290DF3;
}
.BgClassName
{
background-color: #290DF3;
}
</style>
border-color css
<style>
span { border-color: #290DF3; }
span { border-color: rgb(41,13,243); }
td.TdClassName
{
border-color: #290DF3;
}
.TagClassName
{
border-color: #290DF3;
}
</style>