Shades of Han Purple #290FF4
Tints of Han Purple #290FF4
RGB
CMYK
RGB Variations
Color information
#290FF4 (or 0x290FF4) is known color: Han Purple. HEX triplet: 29, 0F and F4. RGB value is (41,15,244). Sum of RGB (Red+Green+Blue) = 41+15+244=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 244 (95.70% from 255 or 81.33% from 300); Max value from RGB is 244 - color contains mainly: blue. Hex color #290FF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290FF4 is #D6F00B. Grayscale: #2F2F2F. Windows color (decimal): -14086156 or 15994665. OLE color: 15994665.
HSL color Cylindrical-coordinate representation of color #290FF4: hue angle of 246.81º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290FF4 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 15 | 244 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.04 |
| HSL | 246.81º | 0.91% | 0.51% | - |
| HSV(B) | 246.81º | 0.94% | 0.96% | - |
| XYZ | 17.41 | 7.34 | 86.09 | - |
| YUV | 48.88 | 238.11 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 244 | 0.83 | 0.94 | 0 | 0.04 | 246.81 | 0.91 | 0.51 |
| Hex | 29 | F | F4 | 53 | 5E | 0 | 4 | F7 | 5B | 33 |
| Octal | 51 | 17 | 364 | 123 | 136 | 0 | 4 | 367 | 133 | 63 |
| Binary | 101001 | 1111 | 11110100 | 1010011 | 1011110 | 0 | 100 | 11110111 | 1011011 | 110011 |
Color Harmonies of #290FF4
Complementary color
Monochromatic Colors of #290FF4
Black with #290FF4
Text Example
Text Example
White with #290FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FF4; }
p { color: rgb(41,15,244); }
H1.HeaderClassName
{
color: #290FF4;
}
.AnyTagClassName
{
color: #290FF4;
}
</style>
background-color css
<style>
a { background-color: #290FF4; }
a { background-color: rgb(41,15,244); }
div.DivClassName
{
background-color: #290FF4;
}
.BgClassName
{
background-color: #290FF4;
}
</style>
border-color css
<style>
span { border-color: #290FF4; }
span { border-color: rgb(41,15,244); }
td.TdClassName
{
border-color: #290FF4;
}
.TagClassName
{
border-color: #290FF4;
}
</style>