Shades of Blue Gem #411CAC
Tints of Blue Gem #411CAC
RGB
CMYK
RGB Variations
Color information
#411CAC (or 0x411CAC) is known color: Blue Gem. HEX triplet: 41, 1C and AC. RGB value is (65,28,172). Sum of RGB (Red+Green+Blue) = 65+28+172=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #411CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411CAC is #BEE353. Grayscale: #363636. Windows color (decimal): -12510036 or 11279425. OLE color: 11279425.
HSL color Cylindrical-coordinate representation of color #411CAC: hue angle of 255.42º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411CAC is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 28 | 172 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.33 |
| HSL | 255.42º | 0.72% | 0.39% | - |
| HSV(B) | 255.42º | 0.84% | 0.67% | - |
| XYZ | 10.04 | 4.93 | 39.45 | - |
| YUV | 55.48 | 193.76 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 172 | 0.62 | 0.84 | 0 | 0.33 | 255.42 | 0.72 | 0.39 |
| Hex | 41 | 1C | AC | 3E | 54 | 0 | 21 | FF | 48 | 27 |
| Octal | 101 | 34 | 254 | 76 | 124 | 0 | 41 | 377 | 110 | 47 |
| Binary | 1000001 | 11100 | 10101100 | 111110 | 1010100 | 0 | 100001 | 11111111 | 1001000 | 100111 |
Color Harmonies of #411CAC
Complementary color
Monochromatic Colors of #411CAC
Black with #411CAC
Text Example
Text Example
White with #411CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CAC; }
p { color: rgb(65,28,172); }
H1.HeaderClassName
{
color: #411CAC;
}
.AnyTagClassName
{
color: #411CAC;
}
</style>
background-color css
<style>
a { background-color: #411CAC; }
a { background-color: rgb(65,28,172); }
div.DivClassName
{
background-color: #411CAC;
}
.BgClassName
{
background-color: #411CAC;
}
</style>
border-color css
<style>
span { border-color: #411CAC; }
span { border-color: rgb(65,28,172); }
td.TdClassName
{
border-color: #411CAC;
}
.TagClassName
{
border-color: #411CAC;
}
</style>