Shades of Indigo #43107B
Tints of Indigo #43107B
RGB
CMYK
RGB Variations
Color information
#43107B (or 0x43107B) is known color: Indigo. HEX triplet: 43, 10 and 7B. RGB value is (67,16,123). Sum of RGB (Red+Green+Blue) = 67+16+123=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #43107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43107B is #BCEF84. Grayscale: #2B2B2B. Windows color (decimal): -12382085 or 8065091. OLE color: 8065091.
HSL color Cylindrical-coordinate representation of color #43107B: hue angle of 268.6º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #43107B is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 16 | 123 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.52 |
| HSL | 268.6º | 0.77% | 0.27% | - |
| HSV(B) | 268.6º | 0.87% | 0.48% | - |
| XYZ | 6.08 | 2.99 | 19 | - |
| YUV | 43.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 123 | 0.46 | 0.87 | 0 | 0.52 | 268.6 | 0.77 | 0.27 |
| Hex | 43 | 10 | 7B | 2E | 57 | 0 | 34 | 10D | 4D | 1B |
| Octal | 103 | 20 | 173 | 56 | 127 | 0 | 64 | 415 | 115 | 33 |
| Binary | 1000011 | 10000 | 1111011 | 101110 | 1010111 | 0 | 110100 | 100001101 | 1001101 | 11011 |
Color Harmonies of #43107B
Complementary color
Monochromatic Colors of #43107B
Black with #43107B
Text Example
Text Example
White with #43107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43107B; }
p { color: rgb(67,16,123); }
H1.HeaderClassName
{
color: #43107B;
}
.AnyTagClassName
{
color: #43107B;
}
</style>
background-color css
<style>
a { background-color: #43107B; }
a { background-color: rgb(67,16,123); }
div.DivClassName
{
background-color: #43107B;
}
.BgClassName
{
background-color: #43107B;
}
</style>
border-color css
<style>
span { border-color: #43107B; }
span { border-color: rgb(67,16,123); }
td.TdClassName
{
border-color: #43107B;
}
.TagClassName
{
border-color: #43107B;
}
</style>