Shades of Indigo #43015D
Tints of Indigo #43015D
RGB
CMYK
RGB Variations
Color information
#43015D (or 0x43015D) is known color: Indigo. HEX triplet: 43, 01 and 5D. RGB value is (67,1,93). Sum of RGB (Red+Green+Blue) = 67+1+93=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #43015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43015D is #BCFEA2. Grayscale: #1E1E1E. Windows color (decimal): -12385955 or 6095171. OLE color: 6095171.
HSL color Cylindrical-coordinate representation of color #43015D: hue angle of 283.04º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43015D is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 1 | 93 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.64 |
| HSL | 283.04º | 0.98% | 0.18% | - |
| HSV(B) | 283.04º | 0.99% | 0.36% | - |
| XYZ | 4.3 | 2.01 | 10.52 | - |
| YUV | 31.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 93 | 0.28 | 0.99 | 0 | 0.64 | 283.04 | 0.98 | 0.18 |
| Hex | 43 | 1 | 5D | 1C | 63 | 0 | 40 | 11B | 62 | 12 |
| Octal | 103 | 1 | 135 | 34 | 143 | 0 | 100 | 433 | 142 | 22 |
| Binary | 1000011 | 1 | 1011101 | 11100 | 1100011 | 0 | 1000000 | 100011011 | 1100010 | 10010 |
Color Harmonies of #43015D
Complementary color
Monochromatic Colors of #43015D
Black with #43015D
Text Example
Text Example
White with #43015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43015D; }
p { color: rgb(67,1,93); }
H1.HeaderClassName
{
color: #43015D;
}
.AnyTagClassName
{
color: #43015D;
}
</style>
background-color css
<style>
a { background-color: #43015D; }
a { background-color: rgb(67,1,93); }
div.DivClassName
{
background-color: #43015D;
}
.BgClassName
{
background-color: #43015D;
}
</style>
border-color css
<style>
span { border-color: #43015D; }
span { border-color: rgb(67,1,93); }
td.TdClassName
{
border-color: #43015D;
}
.TagClassName
{
border-color: #43015D;
}
</style>