Shades of Indigo #43005A
Tints of Indigo #43005A
RGB
CMYK
RGB Variations
Color information
#43005A (or 0x43005A) is known color: Indigo. HEX triplet: 43, 00 and 5A. RGB value is (67,0,90). Sum of RGB (Red+Green+Blue) = 67+0+90=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #43005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43005A is #BCFFA5. Grayscale: #1E1E1E. Windows color (decimal): -12386214 or 5898307. OLE color: 5898307.
HSL color Cylindrical-coordinate representation of color #43005A: hue angle of 284.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43005A is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 0 | 90 | - |
| CMYK | 0.26 | 1 | 0 | 0.65 |
| HSL | 284.67º | 1% | 0.18% | - |
| HSV(B) | 284.67º | 1% | 0.35% | - |
| XYZ | 4.16 | 1.93 | 9.83 | - |
| YUV | 30.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 90 | 0.26 | 1 | 0 | 0.65 | 284.67 | 1 | 0.18 |
| Hex | 43 | 0 | 5A | 1A | 64 | 0 | 41 | 11D | 64 | 12 |
| Octal | 103 | 0 | 132 | 32 | 144 | 0 | 101 | 435 | 144 | 22 |
| Binary | 1000011 | 0 | 1011010 | 11010 | 1100100 | 0 | 1000001 | 100011101 | 1100100 | 10010 |
Color Harmonies of #43005A
Complementary color
Monochromatic Colors of #43005A
Black with #43005A
Text Example
Text Example
White with #43005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43005A; }
p { color: rgb(67,0,90); }
H1.HeaderClassName
{
color: #43005A;
}
.AnyTagClassName
{
color: #43005A;
}
</style>
background-color css
<style>
a { background-color: #43005A; }
a { background-color: rgb(67,0,90); }
div.DivClassName
{
background-color: #43005A;
}
.BgClassName
{
background-color: #43005A;
}
</style>
border-color css
<style>
span { border-color: #43005A; }
span { border-color: rgb(67,0,90); }
td.TdClassName
{
border-color: #43005A;
}
.TagClassName
{
border-color: #43005A;
}
</style>