Shades of Indigo #43089B
Tints of Indigo #43089B
RGB
CMYK
RGB Variations
Color information
#43089B (or 0x43089B) is known color: Indigo. HEX triplet: 43, 08 and 9B. RGB value is (67,8,155). Sum of RGB (Red+Green+Blue) = 67+8+155=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #43089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43089B is #BCF764. Grayscale: #292929. Windows color (decimal): -12384101 or 10160195. OLE color: 10160195.
HSL color Cylindrical-coordinate representation of color #43089B: hue angle of 264.08º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #43089B is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 8 | 155 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.39 |
| HSL | 264.08º | 0.9% | 0.32% | - |
| HSV(B) | 264.08º | 0.95% | 0.61% | - |
| XYZ | 8.32 | 3.73 | 31.29 | - |
| YUV | 42.4 | 191.55 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 155 | 0.57 | 0.95 | 0 | 0.39 | 264.08 | 0.9 | 0.32 |
| Hex | 43 | 8 | 9B | 39 | 5F | 0 | 27 | 108 | 5A | 20 |
| Octal | 103 | 10 | 233 | 71 | 137 | 0 | 47 | 410 | 132 | 40 |
| Binary | 1000011 | 1000 | 10011011 | 111001 | 1011111 | 0 | 100111 | 100001000 | 1011010 | 100000 |
Color Harmonies of #43089B
Complementary color
Monochromatic Colors of #43089B
Black with #43089B
Text Example
Text Example
White with #43089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43089B; }
p { color: rgb(67,8,155); }
H1.HeaderClassName
{
color: #43089B;
}
.AnyTagClassName
{
color: #43089B;
}
</style>
background-color css
<style>
a { background-color: #43089B; }
a { background-color: rgb(67,8,155); }
div.DivClassName
{
background-color: #43089B;
}
.BgClassName
{
background-color: #43089B;
}
</style>
border-color css
<style>
span { border-color: #43089B; }
span { border-color: rgb(67,8,155); }
td.TdClassName
{
border-color: #43089B;
}
.TagClassName
{
border-color: #43089B;
}
</style>