Shades of Han Purple #290CEE
Tints of Han Purple #290CEE
RGB
CMYK
RGB Variations
Color information
#290CEE (or 0x290CEE) is known color: Han Purple. HEX triplet: 29, 0C and EE. RGB value is (41,12,238). Sum of RGB (Red+Green+Blue) = 41+12+238=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 238 (93.36% from 255 or 81.79% from 291); Max value from RGB is 238 - color contains mainly: blue. Hex color #290CEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290CEE is #D6F311. Grayscale: #2D2D2D. Windows color (decimal): -14086930 or 15600681. OLE color: 15600681.
HSL color Cylindrical-coordinate representation of color #290CEE: hue angle of 247.7º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290CEE is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 12 | 238 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.07 |
| HSL | 247.7º | 0.9% | 0.49% | - |
| HSV(B) | 247.7º | 0.95% | 0.93% | - |
| XYZ | 16.48 | 6.91 | 81.35 | - |
| YUV | 46.44 | 236.11 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 238 | 0.83 | 0.95 | 0 | 0.07 | 247.7 | 0.9 | 0.49 |
| Hex | 29 | C | EE | 53 | 5F | 0 | 7 | F8 | 5A | 31 |
| Octal | 51 | 14 | 356 | 123 | 137 | 0 | 7 | 370 | 132 | 61 |
| Binary | 101001 | 1100 | 11101110 | 1010011 | 1011111 | 0 | 111 | 11111000 | 1011010 | 110001 |
Color Harmonies of #290CEE
Complementary color
Monochromatic Colors of #290CEE
Black with #290CEE
Text Example
Text Example
White with #290CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CEE; }
p { color: rgb(41,12,238); }
H1.HeaderClassName
{
color: #290CEE;
}
.AnyTagClassName
{
color: #290CEE;
}
</style>
background-color css
<style>
a { background-color: #290CEE; }
a { background-color: rgb(41,12,238); }
div.DivClassName
{
background-color: #290CEE;
}
.BgClassName
{
background-color: #290CEE;
}
</style>
border-color css
<style>
span { border-color: #290CEE; }
span { border-color: rgb(41,12,238); }
td.TdClassName
{
border-color: #290CEE;
}
.TagClassName
{
border-color: #290CEE;
}
</style>