Shades of Han Purple #2915F3
Tints of Han Purple #2915F3
RGB
CMYK
RGB Variations
Color information
#2915F3 (or 0x2915F3) is known color: Han Purple. HEX triplet: 29, 15 and F3. RGB value is (41,21,243). Sum of RGB (Red+Green+Blue) = 41+21+243=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 243 (95.31% from 255 or 79.67% from 305); Max value from RGB is 243 - color contains mainly: blue. Hex color #2915F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2915F3 is #D6EA0C. Grayscale: #333333. Windows color (decimal): -14084621 or 15930665. OLE color: 15930665.
HSL color Cylindrical-coordinate representation of color #2915F3: hue angle of 245.41º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2915F3 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 21 | 243 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.05 |
| HSL | 245.41º | 0.9% | 0.52% | - |
| HSV(B) | 245.41º | 0.91% | 0.95% | - |
| XYZ | 17.36 | 7.48 | 85.32 | - |
| YUV | 52.29 | 235.63 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 21 | 243 | 0.83 | 0.91 | 0 | 0.05 | 245.41 | 0.9 | 0.52 |
| Hex | 29 | 15 | F3 | 53 | 5B | 0 | 5 | F5 | 5A | 34 |
| Octal | 51 | 25 | 363 | 123 | 133 | 0 | 5 | 365 | 132 | 64 |
| Binary | 101001 | 10101 | 11110011 | 1010011 | 1011011 | 0 | 101 | 11110101 | 1011010 | 110100 |
Color Harmonies of #2915F3
Complementary color
Monochromatic Colors of #2915F3
Black with #2915F3
Text Example
Text Example
White with #2915F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2915F3; }
p { color: rgb(41,21,243); }
H1.HeaderClassName
{
color: #2915F3;
}
.AnyTagClassName
{
color: #2915F3;
}
</style>
background-color css
<style>
a { background-color: #2915F3; }
a { background-color: rgb(41,21,243); }
div.DivClassName
{
background-color: #2915F3;
}
.BgClassName
{
background-color: #2915F3;
}
</style>
border-color css
<style>
span { border-color: #2915F3; }
span { border-color: rgb(41,21,243); }
td.TdClassName
{
border-color: #2915F3;
}
.TagClassName
{
border-color: #2915F3;
}
</style>