Shades of Indigo #43016D
Tints of Indigo #43016D
RGB
CMYK
RGB Variations
Color information
#43016D (or 0x43016D) is known color: Indigo. HEX triplet: 43, 01 and 6D. RGB value is (67,1,109). Sum of RGB (Red+Green+Blue) = 67+1+109=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #43016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43016D is #BCFE92. Grayscale: #202020. Windows color (decimal): -12385939 or 7143747. OLE color: 7143747.
HSL color Cylindrical-coordinate representation of color #43016D: hue angle of 276.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43016D is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 1 | 109 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.57 |
| HSL | 276.67º | 0.98% | 0.22% | - |
| HSV(B) | 276.67º | 0.99% | 0.43% | - |
| XYZ | 5.09 | 2.32 | 14.65 | - |
| YUV | 33.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 109 | 0.39 | 0.99 | 0 | 0.57 | 276.67 | 0.98 | 0.22 |
| Hex | 43 | 1 | 6D | 27 | 63 | 0 | 39 | 115 | 62 | 16 |
| Octal | 103 | 1 | 155 | 47 | 143 | 0 | 71 | 425 | 142 | 26 |
| Binary | 1000011 | 1 | 1101101 | 100111 | 1100011 | 0 | 111001 | 100010101 | 1100010 | 10110 |
Color Harmonies of #43016D
Complementary color
Monochromatic Colors of #43016D
Black with #43016D
Text Example
Text Example
White with #43016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43016D; }
p { color: rgb(67,1,109); }
H1.HeaderClassName
{
color: #43016D;
}
.AnyTagClassName
{
color: #43016D;
}
</style>
background-color css
<style>
a { background-color: #43016D; }
a { background-color: rgb(67,1,109); }
div.DivClassName
{
background-color: #43016D;
}
.BgClassName
{
background-color: #43016D;
}
</style>
border-color css
<style>
span { border-color: #43016D; }
span { border-color: rgb(67,1,109); }
td.TdClassName
{
border-color: #43016D;
}
.TagClassName
{
border-color: #43016D;
}
</style>