Shades of Blue Diamond #431F6F
Tints of Blue Diamond #431F6F
RGB
CMYK
RGB Variations
Color information
#431F6F (or 0x431F6F) is known color: Blue Diamond. HEX triplet: 43, 1F and 6F. RGB value is (67,31,111). Sum of RGB (Red+Green+Blue) = 67+31+111=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #431F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F6F is #BCE090. Grayscale: #323232. Windows color (decimal): -12378257 or 7282499. OLE color: 7282499.
HSL color Cylindrical-coordinate representation of color #431F6F: hue angle of 267º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431F6F is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 31 | 111 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.56 |
| HSL | 267º | 0.56% | 0.28% | - |
| HSV(B) | 267º | 0.72% | 0.44% | - |
| XYZ | 5.67 | 3.32 | 15.38 | - |
| YUV | 50.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 111 | 0.40 | 0.72 | 0 | 0.56 | 267 | 0.56 | 0.28 |
| Hex | 43 | 1F | 6F | 28 | 48 | 0 | 38 | 10B | 38 | 1C |
| Octal | 103 | 37 | 157 | 50 | 110 | 0 | 70 | 413 | 70 | 34 |
| Binary | 1000011 | 11111 | 1101111 | 101000 | 1001000 | 0 | 111000 | 100001011 | 111000 | 11100 |
Color Harmonies of #431F6F
Complementary color
Monochromatic Colors of #431F6F
Black with #431F6F
Text Example
Text Example
White with #431F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F6F; }
p { color: rgb(67,31,111); }
H1.HeaderClassName
{
color: #431F6F;
}
.AnyTagClassName
{
color: #431F6F;
}
</style>
background-color css
<style>
a { background-color: #431F6F; }
a { background-color: rgb(67,31,111); }
div.DivClassName
{
background-color: #431F6F;
}
.BgClassName
{
background-color: #431F6F;
}
</style>
border-color css
<style>
span { border-color: #431F6F; }
span { border-color: rgb(67,31,111); }
td.TdClassName
{
border-color: #431F6F;
}
.TagClassName
{
border-color: #431F6F;
}
</style>