Shades of Indigo #430EA5
Tints of Indigo #430EA5
RGB
CMYK
RGB Variations
Color information
#430EA5 (or 0x430EA5) is known color: Indigo. HEX triplet: 43, 0E and A5. RGB value is (67,14,165). Sum of RGB (Red+Green+Blue) = 67+14+165=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 165 (64.84% from 255 or 67.07% from 246); Max value from RGB is 165 - color contains mainly: blue. Hex color #430EA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430EA5 is #BCF15A. Grayscale: #2E2E2E. Windows color (decimal): -12382555 or 10817091. OLE color: 10817091.
HSL color Cylindrical-coordinate representation of color #430EA5: hue angle of 261.06º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430EA5 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 14 | 165 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.35 |
| HSL | 261.06º | 0.84% | 0.35% | - |
| HSV(B) | 261.06º | 0.92% | 0.65% | - |
| XYZ | 9.26 | 4.22 | 35.92 | - |
| YUV | 47.06 | 194.56 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 165 | 0.59 | 0.92 | 0 | 0.35 | 261.06 | 0.84 | 0.35 |
| Hex | 43 | E | A5 | 3B | 5C | 0 | 23 | 105 | 54 | 23 |
| Octal | 103 | 16 | 245 | 73 | 134 | 0 | 43 | 405 | 124 | 43 |
| Binary | 1000011 | 1110 | 10100101 | 111011 | 1011100 | 0 | 100011 | 100000101 | 1010100 | 100011 |
Color Harmonies of #430EA5
Complementary color
Monochromatic Colors of #430EA5
Black with #430EA5
Text Example
Text Example
White with #430EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430EA5; }
p { color: rgb(67,14,165); }
H1.HeaderClassName
{
color: #430EA5;
}
.AnyTagClassName
{
color: #430EA5;
}
</style>
background-color css
<style>
a { background-color: #430EA5; }
a { background-color: rgb(67,14,165); }
div.DivClassName
{
background-color: #430EA5;
}
.BgClassName
{
background-color: #430EA5;
}
</style>
border-color css
<style>
span { border-color: #430EA5; }
span { border-color: rgb(67,14,165); }
td.TdClassName
{
border-color: #430EA5;
}
.TagClassName
{
border-color: #430EA5;
}
</style>