Shades of Blue Gem #431C99
Tints of Blue Gem #431C99
RGB
CMYK
RGB Variations
Color information
#431C99 (or 0x431C99) is known color: Blue Gem. HEX triplet: 43, 1C and 99. RGB value is (67,28,153). Sum of RGB (Red+Green+Blue) = 67+28+153=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #431C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431C99 is #BCE366. Grayscale: #353535. Windows color (decimal): -12378983 or 10034243. OLE color: 10034243.
HSL color Cylindrical-coordinate representation of color #431C99: hue angle of 258.72º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431C99 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 28 | 153 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.4 |
| HSL | 258.72º | 0.69% | 0.35% | - |
| HSV(B) | 258.72º | 0.82% | 0.6% | - |
| XYZ | 8.48 | 4.32 | 30.52 | - |
| YUV | 53.91 | 183.92 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 153 | 0.56 | 0.82 | 0 | 0.4 | 258.72 | 0.69 | 0.35 |
| Hex | 43 | 1C | 99 | 38 | 52 | 0 | 28 | 103 | 45 | 23 |
| Octal | 103 | 34 | 231 | 70 | 122 | 0 | 50 | 403 | 105 | 43 |
| Binary | 1000011 | 11100 | 10011001 | 111000 | 1010010 | 0 | 101000 | 100000011 | 1000101 | 100011 |
Color Harmonies of #431C99
Complementary color
Monochromatic Colors of #431C99
Black with #431C99
Text Example
Text Example
White with #431C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C99; }
p { color: rgb(67,28,153); }
H1.HeaderClassName
{
color: #431C99;
}
.AnyTagClassName
{
color: #431C99;
}
</style>
background-color css
<style>
a { background-color: #431C99; }
a { background-color: rgb(67,28,153); }
div.DivClassName
{
background-color: #431C99;
}
.BgClassName
{
background-color: #431C99;
}
</style>
border-color css
<style>
span { border-color: #431C99; }
span { border-color: rgb(67,28,153); }
td.TdClassName
{
border-color: #431C99;
}
.TagClassName
{
border-color: #431C99;
}
</style>