Shades of Blue Gem #421C9E
Tints of Blue Gem #421C9E
RGB
CMYK
RGB Variations
Color information
#421C9E (or 0x421C9E) is known color: Blue Gem. HEX triplet: 42, 1C and 9E. RGB value is (66,28,158). Sum of RGB (Red+Green+Blue) = 66+28+158=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #421C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421C9E is #BDE361. Grayscale: #353535. Windows color (decimal): -12444514 or 10361922. OLE color: 10361922.
HSL color Cylindrical-coordinate representation of color #421C9E: hue angle of 257.54º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421C9E is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 28 | 158 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.38 |
| HSL | 257.54º | 0.7% | 0.36% | - |
| HSV(B) | 257.54º | 0.82% | 0.62% | - |
| XYZ | 8.83 | 4.46 | 32.74 | - |
| YUV | 54.18 | 186.59 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 158 | 0.58 | 0.82 | 0 | 0.38 | 257.54 | 0.7 | 0.36 |
| Hex | 42 | 1C | 9E | 3A | 52 | 0 | 26 | 102 | 46 | 24 |
| Octal | 102 | 34 | 236 | 72 | 122 | 0 | 46 | 402 | 106 | 44 |
| Binary | 1000010 | 11100 | 10011110 | 111010 | 1010010 | 0 | 100110 | 100000010 | 1000110 | 100100 |
Color Harmonies of #421C9E
Complementary color
Monochromatic Colors of #421C9E
Black with #421C9E
Text Example
Text Example
White with #421C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C9E; }
p { color: rgb(66,28,158); }
H1.HeaderClassName
{
color: #421C9E;
}
.AnyTagClassName
{
color: #421C9E;
}
</style>
background-color css
<style>
a { background-color: #421C9E; }
a { background-color: rgb(66,28,158); }
div.DivClassName
{
background-color: #421C9E;
}
.BgClassName
{
background-color: #421C9E;
}
</style>
border-color css
<style>
span { border-color: #421C9E; }
span { border-color: rgb(66,28,158); }
td.TdClassName
{
border-color: #421C9E;
}
.TagClassName
{
border-color: #421C9E;
}
</style>