Shades of Blue Gem #432CB1
Tints of Blue Gem #432CB1
RGB
CMYK
RGB Variations
Color information
#432CB1 (or 0x432CB1) is known color: Blue Gem. HEX triplet: 43, 2C and B1. RGB value is (67,44,177). Sum of RGB (Red+Green+Blue) = 67+44+177=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #432CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432CB1 is #BCD34E. Grayscale: #414141. Windows color (decimal): -12374863 or 11611203. OLE color: 11611203.
HSL color Cylindrical-coordinate representation of color #432CB1: hue angle of 250.38º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432CB1 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 44 | 177 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.31 |
| HSL | 250.38º | 0.6% | 0.43% | - |
| HSV(B) | 250.38º | 0.75% | 0.69% | - |
| XYZ | 11.15 | 6.17 | 42.2 | - |
| YUV | 66.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 177 | 0.62 | 0.75 | 0 | 0.31 | 250.38 | 0.6 | 0.43 |
| Hex | 43 | 2C | B1 | 3E | 4B | 0 | 1F | FA | 3C | 2B |
| Octal | 103 | 54 | 261 | 76 | 113 | 0 | 37 | 372 | 74 | 53 |
| Binary | 1000011 | 101100 | 10110001 | 111110 | 1001011 | 0 | 11111 | 11111010 | 111100 | 101011 |
Color Harmonies of #432CB1
Complementary color
Monochromatic Colors of #432CB1
Black with #432CB1
Text Example
Text Example
White with #432CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432CB1; }
p { color: rgb(67,44,177); }
H1.HeaderClassName
{
color: #432CB1;
}
.AnyTagClassName
{
color: #432CB1;
}
</style>
background-color css
<style>
a { background-color: #432CB1; }
a { background-color: rgb(67,44,177); }
div.DivClassName
{
background-color: #432CB1;
}
.BgClassName
{
background-color: #432CB1;
}
</style>
border-color css
<style>
span { border-color: #432CB1; }
span { border-color: rgb(67,44,177); }
td.TdClassName
{
border-color: #432CB1;
}
.TagClassName
{
border-color: #432CB1;
}
</style>