Shades of Blue Diamond #431C71
Tints of Blue Diamond #431C71
RGB
CMYK
RGB Variations
Color information
#431C71 (or 0x431C71) is known color: Blue Diamond. HEX triplet: 43, 1C and 71. RGB value is (67,28,113). Sum of RGB (Red+Green+Blue) = 67+28+113=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #431C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C71 is #BCE38E. Grayscale: #313131. Windows color (decimal): -12379023 or 7412803. OLE color: 7412803.
HSL color Cylindrical-coordinate representation of color #431C71: hue angle of 267.53º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431C71 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 28 | 113 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.56 |
| HSL | 267.53º | 0.6% | 0.28% | - |
| HSV(B) | 267.53º | 0.75% | 0.44% | - |
| XYZ | 5.71 | 3.22 | 15.94 | - |
| YUV | 49.35 | 163.92 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 113 | 0.41 | 0.75 | 0 | 0.56 | 267.53 | 0.6 | 0.28 |
| Hex | 43 | 1C | 71 | 29 | 4B | 0 | 38 | 10C | 3C | 1C |
| Octal | 103 | 34 | 161 | 51 | 113 | 0 | 70 | 414 | 74 | 34 |
| Binary | 1000011 | 11100 | 1110001 | 101001 | 1001011 | 0 | 111000 | 100001100 | 111100 | 11100 |
Color Harmonies of #431C71
Complementary color
Monochromatic Colors of #431C71
Black with #431C71
Text Example
Text Example
White with #431C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C71; }
p { color: rgb(67,28,113); }
H1.HeaderClassName
{
color: #431C71;
}
.AnyTagClassName
{
color: #431C71;
}
</style>
background-color css
<style>
a { background-color: #431C71; }
a { background-color: rgb(67,28,113); }
div.DivClassName
{
background-color: #431C71;
}
.BgClassName
{
background-color: #431C71;
}
</style>
border-color css
<style>
span { border-color: #431C71; }
span { border-color: rgb(67,28,113); }
td.TdClassName
{
border-color: #431C71;
}
.TagClassName
{
border-color: #431C71;
}
</style>