Shades of Blue Gem #432DB1
Tints of Blue Gem #432DB1
RGB
CMYK
RGB Variations
Color information
#432DB1 (or 0x432DB1) is known color: Blue Gem. HEX triplet: 43, 2D and B1. RGB value is (67,45,177). Sum of RGB (Red+Green+Blue) = 67+45+177=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #432DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432DB1 is #BCD24E. Grayscale: #424242. Windows color (decimal): -12374607 or 11611459. OLE color: 11611459.
HSL color Cylindrical-coordinate representation of color #432DB1: hue angle of 250º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432DB1 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 45 | 177 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.31 |
| HSL | 250º | 0.59% | 0.44% | - |
| HSV(B) | 250º | 0.75% | 0.69% | - |
| XYZ | 11.19 | 6.24 | 42.21 | - |
| YUV | 66.63 | 190.29 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 177 | 0.62 | 0.75 | 0 | 0.31 | 250 | 0.59 | 0.44 |
| Hex | 43 | 2D | B1 | 3E | 4B | 0 | 1F | FA | 3B | 2C |
| Octal | 103 | 55 | 261 | 76 | 113 | 0 | 37 | 372 | 73 | 54 |
| Binary | 1000011 | 101101 | 10110001 | 111110 | 1001011 | 0 | 11111 | 11111010 | 111011 | 101100 |
Color Harmonies of #432DB1
Complementary color
Monochromatic Colors of #432DB1
Black with #432DB1
Text Example
Text Example
White with #432DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DB1; }
p { color: rgb(67,45,177); }
H1.HeaderClassName
{
color: #432DB1;
}
.AnyTagClassName
{
color: #432DB1;
}
</style>
background-color css
<style>
a { background-color: #432DB1; }
a { background-color: rgb(67,45,177); }
div.DivClassName
{
background-color: #432DB1;
}
.BgClassName
{
background-color: #432DB1;
}
</style>
border-color css
<style>
span { border-color: #432DB1; }
span { border-color: rgb(67,45,177); }
td.TdClassName
{
border-color: #432DB1;
}
.TagClassName
{
border-color: #432DB1;
}
</style>