Shades of Blue Gem #43209C
Tints of Blue Gem #43209C
RGB
CMYK
RGB Variations
Color information
#43209C (or 0x43209C) is known color: Blue Gem. HEX triplet: 43, 20 and 9C. RGB value is (67,32,156). Sum of RGB (Red+Green+Blue) = 67+32+156=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #43209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43209C is #BCDF63. Grayscale: #383838. Windows color (decimal): -12377956 or 10231875. OLE color: 10231875.
HSL color Cylindrical-coordinate representation of color #43209C: hue angle of 256.94º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43209C is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 32 | 156 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.39 |
| HSL | 256.94º | 0.66% | 0.37% | - |
| HSV(B) | 256.94º | 0.79% | 0.61% | - |
| XYZ | 8.83 | 4.63 | 31.88 | - |
| YUV | 56.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 156 | 0.57 | 0.79 | 0 | 0.39 | 256.94 | 0.66 | 0.37 |
| Hex | 43 | 20 | 9C | 39 | 4F | 0 | 27 | 101 | 42 | 25 |
| Octal | 103 | 40 | 234 | 71 | 117 | 0 | 47 | 401 | 102 | 45 |
| Binary | 1000011 | 100000 | 10011100 | 111001 | 1001111 | 0 | 100111 | 100000001 | 1000010 | 100101 |
Color Harmonies of #43209C
Complementary color
Monochromatic Colors of #43209C
Black with #43209C
Text Example
Text Example
White with #43209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43209C; }
p { color: rgb(67,32,156); }
H1.HeaderClassName
{
color: #43209C;
}
.AnyTagClassName
{
color: #43209C;
}
</style>
background-color css
<style>
a { background-color: #43209C; }
a { background-color: rgb(67,32,156); }
div.DivClassName
{
background-color: #43209C;
}
.BgClassName
{
background-color: #43209C;
}
</style>
border-color css
<style>
span { border-color: #43209C; }
span { border-color: rgb(67,32,156); }
td.TdClassName
{
border-color: #43209C;
}
.TagClassName
{
border-color: #43209C;
}
</style>