Shades of Indigo #43008A
Tints of Indigo #43008A
RGB
CMYK
RGB Variations
Color information
#43008A (or 0x43008A) is known color: Indigo. HEX triplet: 43, 00 and 8A. RGB value is (67,0,138). Sum of RGB (Red+Green+Blue) = 67+0+138=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #43008A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43008A is #BCFF75. Grayscale: #232323. Windows color (decimal): -12386166 or 9044035. OLE color: 9044035.
HSL color Cylindrical-coordinate representation of color #43008A: hue angle of 269.13º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43008A is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 0 | 138 | - |
| CMYK | 0.51 | 1 | 0 | 0.46 |
| HSL | 269.13º | 1% | 0.27% | - |
| HSV(B) | 269.13º | 1% | 0.54% | - |
| XYZ | 6.9 | 3.03 | 24.27 | - |
| YUV | 35.77 | 185.7 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 138 | 0.51 | 1 | 0 | 0.46 | 269.13 | 1 | 0.27 |
| Hex | 43 | 0 | 8A | 33 | 64 | 0 | 2E | 10D | 64 | 1B |
| Octal | 103 | 0 | 212 | 63 | 144 | 0 | 56 | 415 | 144 | 33 |
| Binary | 1000011 | 0 | 10001010 | 110011 | 1100100 | 0 | 101110 | 100001101 | 1100100 | 11011 |
Color Harmonies of #43008A
Complementary color
Monochromatic Colors of #43008A
Black with #43008A
Text Example
Text Example
White with #43008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43008A; }
p { color: rgb(67,0,138); }
H1.HeaderClassName
{
color: #43008A;
}
.AnyTagClassName
{
color: #43008A;
}
</style>
background-color css
<style>
a { background-color: #43008A; }
a { background-color: rgb(67,0,138); }
div.DivClassName
{
background-color: #43008A;
}
.BgClassName
{
background-color: #43008A;
}
</style>
border-color css
<style>
span { border-color: #43008A; }
span { border-color: rgb(67,0,138); }
td.TdClassName
{
border-color: #43008A;
}
.TagClassName
{
border-color: #43008A;
}
</style>