Shades of Medium Blue #2912C1
Tints of Medium Blue #2912C1
RGB
CMYK
RGB Variations
Color information
#2912C1 (or 0x2912C1) is known color: Medium Blue. HEX triplet: 29, 12 and C1. RGB value is (41,18,193). Sum of RGB (Red+Green+Blue) = 41+18+193=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 193 (75.78% from 255 or 76.59% from 252); Max value from RGB is 193 - color contains mainly: blue. Hex color #2912C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2912C1 is #D6ED3E. Grayscale: #2C2C2C. Windows color (decimal): -14085439 or 12653097. OLE color: 12653097.
HSL color Cylindrical-coordinate representation of color #2912C1: hue angle of 247.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2912C1 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 18 | 193 | - |
| CMYK | 0.79 | 0.91 | 0 | 0.24 |
| HSL | 247.89º | 0.83% | 0.41% | - |
| HSV(B) | 247.89º | 0.91% | 0.76% | - |
| XYZ | 10.76 | 4.75 | 50.8 | - |
| YUV | 44.83 | 211.62 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 193 | 0.79 | 0.91 | 0 | 0.24 | 247.89 | 0.83 | 0.41 |
| Hex | 29 | 12 | C1 | 4F | 5B | 0 | 18 | F8 | 53 | 29 |
| Octal | 51 | 22 | 301 | 117 | 133 | 0 | 30 | 370 | 123 | 51 |
| Binary | 101001 | 10010 | 11000001 | 1001111 | 1011011 | 0 | 11000 | 11111000 | 1010011 | 101001 |
Color Harmonies of #2912C1
Complementary color
Monochromatic Colors of #2912C1
Black with #2912C1
Text Example
Text Example
White with #2912C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2912C1; }
p { color: rgb(41,18,193); }
H1.HeaderClassName
{
color: #2912C1;
}
.AnyTagClassName
{
color: #2912C1;
}
</style>
background-color css
<style>
a { background-color: #2912C1; }
a { background-color: rgb(41,18,193); }
div.DivClassName
{
background-color: #2912C1;
}
.BgClassName
{
background-color: #2912C1;
}
</style>
border-color css
<style>
span { border-color: #2912C1; }
span { border-color: rgb(41,18,193); }
td.TdClassName
{
border-color: #2912C1;
}
.TagClassName
{
border-color: #2912C1;
}
</style>