Shades of Blue Diamond #431C73
Tints of Blue Diamond #431C73
RGB
CMYK
RGB Variations
Color information
#431C73 (or 0x431C73) is known color: Blue Diamond. HEX triplet: 43, 1C and 73. RGB value is (67,28,115). Sum of RGB (Red+Green+Blue) = 67+28+115=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #431C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C73 is #BCE38C. Grayscale: #313131. Windows color (decimal): -12379021 or 7543875. OLE color: 7543875.
HSL color Cylindrical-coordinate representation of color #431C73: hue angle of 266.9º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431C73 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 28 | 115 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.55 |
| HSL | 266.9º | 0.61% | 0.28% | - |
| HSV(B) | 266.9º | 0.76% | 0.45% | - |
| XYZ | 5.82 | 3.26 | 16.54 | - |
| YUV | 49.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 115 | 0.42 | 0.76 | 0 | 0.55 | 266.9 | 0.61 | 0.28 |
| Hex | 43 | 1C | 73 | 2A | 4C | 0 | 37 | 10B | 3D | 1C |
| Octal | 103 | 34 | 163 | 52 | 114 | 0 | 67 | 413 | 75 | 34 |
| Binary | 1000011 | 11100 | 1110011 | 101010 | 1001100 | 0 | 110111 | 100001011 | 111101 | 11100 |
Color Harmonies of #431C73
Complementary color
Monochromatic Colors of #431C73
Black with #431C73
Text Example
Text Example
White with #431C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C73; }
p { color: rgb(67,28,115); }
H1.HeaderClassName
{
color: #431C73;
}
.AnyTagClassName
{
color: #431C73;
}
</style>
background-color css
<style>
a { background-color: #431C73; }
a { background-color: rgb(67,28,115); }
div.DivClassName
{
background-color: #431C73;
}
.BgClassName
{
background-color: #431C73;
}
</style>
border-color css
<style>
span { border-color: #431C73; }
span { border-color: rgb(67,28,115); }
td.TdClassName
{
border-color: #431C73;
}
.TagClassName
{
border-color: #431C73;
}
</style>