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