Shades of Blue Gem #412CA2
Tints of Blue Gem #412CA2
RGB
CMYK
RGB Variations
Color information
#412CA2 (or 0x412CA2) is known color: Blue Gem. HEX triplet: 41, 2C and A2. RGB value is (65,44,162). Sum of RGB (Red+Green+Blue) = 65+44+162=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 162 (63.67% from 255 or 59.78% from 271); Max value from RGB is 162 - color contains mainly: blue. Hex color #412CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412CA2 is #BED35D. Grayscale: #3F3F3F. Windows color (decimal): -12505950 or 10628161. OLE color: 10628161.
HSL color Cylindrical-coordinate representation of color #412CA2: hue angle of 250.68º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412CA2 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 44 | 162 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.36 |
| HSL | 250.68º | 0.57% | 0.4% | - |
| HSV(B) | 250.68º | 0.73% | 0.64% | - |
| XYZ | 9.6 | 5.53 | 34.74 | - |
| YUV | 63.73 | 183.46 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 162 | 0.60 | 0.73 | 0 | 0.36 | 250.68 | 0.57 | 0.4 |
| Hex | 41 | 2C | A2 | 3C | 49 | 0 | 24 | FB | 39 | 28 |
| Octal | 101 | 54 | 242 | 74 | 111 | 0 | 44 | 373 | 71 | 50 |
| Binary | 1000001 | 101100 | 10100010 | 111100 | 1001001 | 0 | 100100 | 11111011 | 111001 | 101000 |
Color Harmonies of #412CA2
Complementary color
Monochromatic Colors of #412CA2
Black with #412CA2
Text Example
Text Example
White with #412CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CA2; }
p { color: rgb(65,44,162); }
H1.HeaderClassName
{
color: #412CA2;
}
.AnyTagClassName
{
color: #412CA2;
}
</style>
background-color css
<style>
a { background-color: #412CA2; }
a { background-color: rgb(65,44,162); }
div.DivClassName
{
background-color: #412CA2;
}
.BgClassName
{
background-color: #412CA2;
}
</style>
border-color css
<style>
span { border-color: #412CA2; }
span { border-color: rgb(65,44,162); }
td.TdClassName
{
border-color: #412CA2;
}
.TagClassName
{
border-color: #412CA2;
}
</style>