Shades of Blue Gem #431DAB
Tints of Blue Gem #431DAB
RGB
CMYK
RGB Variations
Color information
#431DAB (or 0x431DAB) is known color: Blue Gem. HEX triplet: 43, 1D and AB. RGB value is (67,29,171). Sum of RGB (Red+Green+Blue) = 67+29+171=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #431DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431DAB is #BCE254. Grayscale: #383838. Windows color (decimal): -12378709 or 11214147. OLE color: 11214147.
HSL color Cylindrical-coordinate representation of color #431DAB: hue angle of 256.06º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431DAB is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 29 | 171 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.33 |
| HSL | 256.06º | 0.71% | 0.39% | - |
| HSV(B) | 256.06º | 0.83% | 0.67% | - |
| XYZ | 10.1 | 5.01 | 38.96 | - |
| YUV | 56.55 | 192.59 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 171 | 0.61 | 0.83 | 0 | 0.33 | 256.06 | 0.71 | 0.39 |
| Hex | 43 | 1D | AB | 3D | 53 | 0 | 21 | 100 | 47 | 27 |
| Octal | 103 | 35 | 253 | 75 | 123 | 0 | 41 | 400 | 107 | 47 |
| Binary | 1000011 | 11101 | 10101011 | 111101 | 1010011 | 0 | 100001 | 100000000 | 1000111 | 100111 |
Color Harmonies of #431DAB
Complementary color
Monochromatic Colors of #431DAB
Black with #431DAB
Text Example
Text Example
White with #431DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431DAB; }
p { color: rgb(67,29,171); }
H1.HeaderClassName
{
color: #431DAB;
}
.AnyTagClassName
{
color: #431DAB;
}
</style>
background-color css
<style>
a { background-color: #431DAB; }
a { background-color: rgb(67,29,171); }
div.DivClassName
{
background-color: #431DAB;
}
.BgClassName
{
background-color: #431DAB;
}
</style>
border-color css
<style>
span { border-color: #431DAB; }
span { border-color: rgb(67,29,171); }
td.TdClassName
{
border-color: #431DAB;
}
.TagClassName
{
border-color: #431DAB;
}
</style>