Shades of Blue Diamond #431871
Tints of Blue Diamond #431871
RGB
CMYK
RGB Variations
Color information
#431871 (or 0x431871) is known color: Blue Diamond. HEX triplet: 43, 18 and 71. RGB value is (67,24,113). Sum of RGB (Red+Green+Blue) = 67+24+113=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #431871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431871 is #BCE78E. Grayscale: #2E2E2E. Windows color (decimal): -12380047 or 7411779. OLE color: 7411779.
HSL color Cylindrical-coordinate representation of color #431871: hue angle of 268.99º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431871 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 24 | 113 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.56 |
| HSL | 268.99º | 0.65% | 0.27% | - |
| HSV(B) | 268.99º | 0.79% | 0.44% | - |
| XYZ | 5.62 | 3.04 | 15.91 | - |
| YUV | 47 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 113 | 0.41 | 0.79 | 0 | 0.56 | 268.99 | 0.65 | 0.27 |
| Hex | 43 | 18 | 71 | 29 | 4F | 0 | 38 | 10D | 41 | 1B |
| Octal | 103 | 30 | 161 | 51 | 117 | 0 | 70 | 415 | 101 | 33 |
| Binary | 1000011 | 11000 | 1110001 | 101001 | 1001111 | 0 | 111000 | 100001101 | 1000001 | 11011 |
Color Harmonies of #431871
Complementary color
Monochromatic Colors of #431871
Black with #431871
Text Example
Text Example
White with #431871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431871; }
p { color: rgb(67,24,113); }
H1.HeaderClassName
{
color: #431871;
}
.AnyTagClassName
{
color: #431871;
}
</style>
background-color css
<style>
a { background-color: #431871; }
a { background-color: rgb(67,24,113); }
div.DivClassName
{
background-color: #431871;
}
.BgClassName
{
background-color: #431871;
}
</style>
border-color css
<style>
span { border-color: #431871; }
span { border-color: rgb(67,24,113); }
td.TdClassName
{
border-color: #431871;
}
.TagClassName
{
border-color: #431871;
}
</style>