Shades of Blue Diamond #431A70
Tints of Blue Diamond #431A70
RGB
CMYK
RGB Variations
Color information
#431A70 (or 0x431A70) is known color: Blue Diamond. HEX triplet: 43, 1A and 70. RGB value is (67,26,112). Sum of RGB (Red+Green+Blue) = 67+26+112=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #431A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A70 is #BCE58F. Grayscale: #2F2F2F. Windows color (decimal): -12379536 or 7346755. OLE color: 7346755.
HSL color Cylindrical-coordinate representation of color #431A70: hue angle of 268.6º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #431A70 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 26 | 112 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.56 |
| HSL | 268.6º | 0.62% | 0.27% | - |
| HSV(B) | 268.6º | 0.77% | 0.44% | - |
| XYZ | 5.61 | 3.1 | 15.63 | - |
| YUV | 48.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 112 | 0.40 | 0.77 | 0 | 0.56 | 268.6 | 0.62 | 0.27 |
| Hex | 43 | 1A | 70 | 28 | 4D | 0 | 38 | 10D | 3E | 1B |
| Octal | 103 | 32 | 160 | 50 | 115 | 0 | 70 | 415 | 76 | 33 |
| Binary | 1000011 | 11010 | 1110000 | 101000 | 1001101 | 0 | 111000 | 100001101 | 111110 | 11011 |
Color Harmonies of #431A70
Complementary color
Monochromatic Colors of #431A70
Black with #431A70
Text Example
Text Example
White with #431A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A70; }
p { color: rgb(67,26,112); }
H1.HeaderClassName
{
color: #431A70;
}
.AnyTagClassName
{
color: #431A70;
}
</style>
background-color css
<style>
a { background-color: #431A70; }
a { background-color: rgb(67,26,112); }
div.DivClassName
{
background-color: #431A70;
}
.BgClassName
{
background-color: #431A70;
}
</style>
border-color css
<style>
span { border-color: #431A70; }
span { border-color: rgb(67,26,112); }
td.TdClassName
{
border-color: #431A70;
}
.TagClassName
{
border-color: #431A70;
}
</style>