Shades of Blue Diamond #43196F
Tints of Blue Diamond #43196F
RGB
CMYK
RGB Variations
Color information
#43196F (or 0x43196F) is known color: Blue Diamond. HEX triplet: 43, 19 and 6F. RGB value is (67,25,111). Sum of RGB (Red+Green+Blue) = 67+25+111=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #43196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43196F is #BCE690. Grayscale: #2F2F2F. Windows color (decimal): -12379793 or 7280963. OLE color: 7280963.
HSL color Cylindrical-coordinate representation of color #43196F: hue angle of 269.3º degrees, saturation: 0.63, 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 #43196F is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 25 | 111 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.56 |
| HSL | 269.3º | 0.63% | 0.27% | - |
| HSV(B) | 269.3º | 0.77% | 0.44% | - |
| XYZ | 5.53 | 3.04 | 15.33 | - |
| YUV | 47.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 111 | 0.40 | 0.77 | 0 | 0.56 | 269.3 | 0.63 | 0.27 |
| Hex | 43 | 19 | 6F | 28 | 4D | 0 | 38 | 10D | 3F | 1B |
| Octal | 103 | 31 | 157 | 50 | 115 | 0 | 70 | 415 | 77 | 33 |
| Binary | 1000011 | 11001 | 1101111 | 101000 | 1001101 | 0 | 111000 | 100001101 | 111111 | 11011 |
Color Harmonies of #43196F
Complementary color
Monochromatic Colors of #43196F
Black with #43196F
Text Example
Text Example
White with #43196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43196F; }
p { color: rgb(67,25,111); }
H1.HeaderClassName
{
color: #43196F;
}
.AnyTagClassName
{
color: #43196F;
}
</style>
background-color css
<style>
a { background-color: #43196F; }
a { background-color: rgb(67,25,111); }
div.DivClassName
{
background-color: #43196F;
}
.BgClassName
{
background-color: #43196F;
}
</style>
border-color css
<style>
span { border-color: #43196F; }
span { border-color: rgb(67,25,111); }
td.TdClassName
{
border-color: #43196F;
}
.TagClassName
{
border-color: #43196F;
}
</style>