Shades of Blue Gem #43209B
Tints of Blue Gem #43209B
RGB
CMYK
RGB Variations
Color information
#43209B (or 0x43209B) is known color: Blue Gem. HEX triplet: 43, 20 and 9B. RGB value is (67,32,155). Sum of RGB (Red+Green+Blue) = 67+32+155=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #43209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43209B is #BCDF64. Grayscale: #383838. Windows color (decimal): -12377957 or 10166339. OLE color: 10166339.
HSL color Cylindrical-coordinate representation of color #43209B: hue angle of 257.07º 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 #43209B is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 32 | 155 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.39 |
| HSL | 257.07º | 0.66% | 0.37% | - |
| HSV(B) | 257.07º | 0.79% | 0.61% | - |
| XYZ | 8.75 | 4.59 | 31.44 | - |
| YUV | 56.49 | 183.6 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 155 | 0.57 | 0.79 | 0 | 0.39 | 257.07 | 0.66 | 0.37 |
| Hex | 43 | 20 | 9B | 39 | 4F | 0 | 27 | 101 | 42 | 25 |
| Octal | 103 | 40 | 233 | 71 | 117 | 0 | 47 | 401 | 102 | 45 |
| Binary | 1000011 | 100000 | 10011011 | 111001 | 1001111 | 0 | 100111 | 100000001 | 1000010 | 100101 |
Color Harmonies of #43209B
Complementary color
Monochromatic Colors of #43209B
Black with #43209B
Text Example
Text Example
White with #43209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43209B; }
p { color: rgb(67,32,155); }
H1.HeaderClassName
{
color: #43209B;
}
.AnyTagClassName
{
color: #43209B;
}
</style>
background-color css
<style>
a { background-color: #43209B; }
a { background-color: rgb(67,32,155); }
div.DivClassName
{
background-color: #43209B;
}
.BgClassName
{
background-color: #43209B;
}
</style>
border-color css
<style>
span { border-color: #43209B; }
span { border-color: rgb(67,32,155); }
td.TdClassName
{
border-color: #43209B;
}
.TagClassName
{
border-color: #43209B;
}
</style>