Shades of Indigo #43015A
Tints of Indigo #43015A
RGB
CMYK
RGB Variations
Color information
#43015A (or 0x43015A) is known color: Indigo. HEX triplet: 43, 01 and 5A. RGB value is (67,1,90). Sum of RGB (Red+Green+Blue) = 67+1+90=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #43015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43015A is #BCFEA5. Grayscale: #1E1E1E. Windows color (decimal): -12385958 or 5898563. OLE color: 5898563.
HSL color Cylindrical-coordinate representation of color #43015A: hue angle of 284.49º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43015A is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 1 | 90 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.65 |
| HSL | 284.49º | 0.98% | 0.18% | - |
| HSV(B) | 284.49º | 0.99% | 0.35% | - |
| XYZ | 4.17 | 1.95 | 9.83 | - |
| YUV | 30.88 | 161.37 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 90 | 0.26 | 0.99 | 0 | 0.65 | 284.49 | 0.98 | 0.18 |
| Hex | 43 | 1 | 5A | 1A | 63 | 0 | 41 | 11C | 62 | 12 |
| Octal | 103 | 1 | 132 | 32 | 143 | 0 | 101 | 434 | 142 | 22 |
| Binary | 1000011 | 1 | 1011010 | 11010 | 1100011 | 0 | 1000001 | 100011100 | 1100010 | 10010 |
Color Harmonies of #43015A
Complementary color
Monochromatic Colors of #43015A
Black with #43015A
Text Example
Text Example
White with #43015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43015A; }
p { color: rgb(67,1,90); }
H1.HeaderClassName
{
color: #43015A;
}
.AnyTagClassName
{
color: #43015A;
}
</style>
background-color css
<style>
a { background-color: #43015A; }
a { background-color: rgb(67,1,90); }
div.DivClassName
{
background-color: #43015A;
}
.BgClassName
{
background-color: #43015A;
}
</style>
border-color css
<style>
span { border-color: #43015A; }
span { border-color: rgb(67,1,90); }
td.TdClassName
{
border-color: #43015A;
}
.TagClassName
{
border-color: #43015A;
}
</style>