Shades of Indigo #43108B
Tints of Indigo #43108B
RGB
CMYK
RGB Variations
Color information
#43108B (or 0x43108B) is known color: Indigo. HEX triplet: 43, 10 and 8B. RGB value is (67,16,139). Sum of RGB (Red+Green+Blue) = 67+16+139=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #43108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43108B is #BCEF74. Grayscale: #2C2C2C. Windows color (decimal): -12382069 or 9113667. OLE color: 9113667.
HSL color Cylindrical-coordinate representation of color #43108B: hue angle of 264.88º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43108B is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 16 | 139 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.45 |
| HSL | 264.88º | 0.79% | 0.3% | - |
| HSV(B) | 264.88º | 0.88% | 0.55% | - |
| XYZ | 7.16 | 3.43 | 24.71 | - |
| YUV | 45.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 139 | 0.52 | 0.88 | 0 | 0.45 | 264.88 | 0.79 | 0.3 |
| Hex | 43 | 10 | 8B | 34 | 58 | 0 | 2D | 109 | 4F | 1E |
| Octal | 103 | 20 | 213 | 64 | 130 | 0 | 55 | 411 | 117 | 36 |
| Binary | 1000011 | 10000 | 10001011 | 110100 | 1011000 | 0 | 101101 | 100001001 | 1001111 | 11110 |
Color Harmonies of #43108B
Complementary color
Monochromatic Colors of #43108B
Black with #43108B
Text Example
Text Example
White with #43108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43108B; }
p { color: rgb(67,16,139); }
H1.HeaderClassName
{
color: #43108B;
}
.AnyTagClassName
{
color: #43108B;
}
</style>
background-color css
<style>
a { background-color: #43108B; }
a { background-color: rgb(67,16,139); }
div.DivClassName
{
background-color: #43108B;
}
.BgClassName
{
background-color: #43108B;
}
</style>
border-color css
<style>
span { border-color: #43108B; }
span { border-color: rgb(67,16,139); }
td.TdClassName
{
border-color: #43108B;
}
.TagClassName
{
border-color: #43108B;
}
</style>