Shades of Blue Diamond #431C6F
Tints of Blue Diamond #431C6F
RGB
CMYK
RGB Variations
Color information
#431C6F (or 0x431C6F) is known color: Blue Diamond. HEX triplet: 43, 1C and 6F. RGB value is (67,28,111). Sum of RGB (Red+Green+Blue) = 67+28+111=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #431C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C6F is #BCE390. Grayscale: #303030. Windows color (decimal): -12379025 or 7281731. OLE color: 7281731.
HSL color Cylindrical-coordinate representation of color #431C6F: hue angle of 268.19º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431C6F is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 28 | 111 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.56 |
| HSL | 268.19º | 0.6% | 0.27% | - |
| HSV(B) | 268.19º | 0.75% | 0.44% | - |
| XYZ | 5.6 | 3.17 | 15.36 | - |
| YUV | 49.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 111 | 0.40 | 0.75 | 0 | 0.56 | 268.19 | 0.6 | 0.27 |
| Hex | 43 | 1C | 6F | 28 | 4B | 0 | 38 | 10C | 3C | 1B |
| Octal | 103 | 34 | 157 | 50 | 113 | 0 | 70 | 414 | 74 | 33 |
| Binary | 1000011 | 11100 | 1101111 | 101000 | 1001011 | 0 | 111000 | 100001100 | 111100 | 11011 |
Color Harmonies of #431C6F
Complementary color
Monochromatic Colors of #431C6F
Black with #431C6F
Text Example
Text Example
White with #431C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C6F; }
p { color: rgb(67,28,111); }
H1.HeaderClassName
{
color: #431C6F;
}
.AnyTagClassName
{
color: #431C6F;
}
</style>
background-color css
<style>
a { background-color: #431C6F; }
a { background-color: rgb(67,28,111); }
div.DivClassName
{
background-color: #431C6F;
}
.BgClassName
{
background-color: #431C6F;
}
</style>
border-color css
<style>
span { border-color: #431C6F; }
span { border-color: rgb(67,28,111); }
td.TdClassName
{
border-color: #431C6F;
}
.TagClassName
{
border-color: #431C6F;
}
</style>