Shades of Blue Diamond #432070
Tints of Blue Diamond #432070
RGB
CMYK
RGB Variations
Color information
#432070 (or 0x432070) is known color: Blue Diamond. HEX triplet: 43, 20 and 70. RGB value is (67,32,112). Sum of RGB (Red+Green+Blue) = 67+32+112=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #432070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432070 is #BCDF8F. Grayscale: #333333. Windows color (decimal): -12378000 or 7348291. OLE color: 7348291.
HSL color Cylindrical-coordinate representation of color #432070: hue angle of 266.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #432070 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 32 | 112 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.56 |
| HSL | 266.25º | 0.56% | 0.28% | - |
| HSV(B) | 266.25º | 0.71% | 0.44% | - |
| XYZ | 5.76 | 3.4 | 15.68 | - |
| YUV | 51.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 112 | 0.40 | 0.71 | 0 | 0.56 | 266.25 | 0.56 | 0.28 |
| Hex | 43 | 20 | 70 | 28 | 47 | 0 | 38 | 10A | 38 | 1C |
| Octal | 103 | 40 | 160 | 50 | 107 | 0 | 70 | 412 | 70 | 34 |
| Binary | 1000011 | 100000 | 1110000 | 101000 | 1000111 | 0 | 111000 | 100001010 | 111000 | 11100 |
Color Harmonies of #432070
Complementary color
Monochromatic Colors of #432070
Black with #432070
Text Example
Text Example
White with #432070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432070; }
p { color: rgb(67,32,112); }
H1.HeaderClassName
{
color: #432070;
}
.AnyTagClassName
{
color: #432070;
}
</style>
background-color css
<style>
a { background-color: #432070; }
a { background-color: rgb(67,32,112); }
div.DivClassName
{
background-color: #432070;
}
.BgClassName
{
background-color: #432070;
}
</style>
border-color css
<style>
span { border-color: #432070; }
span { border-color: rgb(67,32,112); }
td.TdClassName
{
border-color: #432070;
}
.TagClassName
{
border-color: #432070;
}
</style>