Shades of Blue Gem #411CA3
Tints of Blue Gem #411CA3
RGB
CMYK
RGB Variations
Color information
#411CA3 (or 0x411CA3) is known color: Blue Gem. HEX triplet: 41, 1C and A3. RGB value is (65,28,163). Sum of RGB (Red+Green+Blue) = 65+28+163=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 163 (64.06% from 255 or 63.67% from 256); Max value from RGB is 163 - color contains mainly: blue. Hex color #411CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411CA3 is #BEE35C. Grayscale: #353535. Windows color (decimal): -12510045 or 10689601. OLE color: 10689601.
HSL color Cylindrical-coordinate representation of color #411CA3: hue angle of 256.44º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411CA3 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 28 | 163 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.36 |
| HSL | 256.44º | 0.71% | 0.37% | - |
| HSV(B) | 256.44º | 0.83% | 0.64% | - |
| XYZ | 9.21 | 4.6 | 35.05 | - |
| YUV | 54.45 | 189.26 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 163 | 0.60 | 0.83 | 0 | 0.36 | 256.44 | 0.71 | 0.37 |
| Hex | 41 | 1C | A3 | 3C | 53 | 0 | 24 | 100 | 47 | 25 |
| Octal | 101 | 34 | 243 | 74 | 123 | 0 | 44 | 400 | 107 | 45 |
| Binary | 1000001 | 11100 | 10100011 | 111100 | 1010011 | 0 | 100100 | 100000000 | 1000111 | 100101 |
Color Harmonies of #411CA3
Complementary color
Monochromatic Colors of #411CA3
Black with #411CA3
Text Example
Text Example
White with #411CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CA3; }
p { color: rgb(65,28,163); }
H1.HeaderClassName
{
color: #411CA3;
}
.AnyTagClassName
{
color: #411CA3;
}
</style>
background-color css
<style>
a { background-color: #411CA3; }
a { background-color: rgb(65,28,163); }
div.DivClassName
{
background-color: #411CA3;
}
.BgClassName
{
background-color: #411CA3;
}
</style>
border-color css
<style>
span { border-color: #411CA3; }
span { border-color: rgb(65,28,163); }
td.TdClassName
{
border-color: #411CA3;
}
.TagClassName
{
border-color: #411CA3;
}
</style>