Shades of Indigo #430A7C
Tints of Indigo #430A7C
RGB
CMYK
RGB Variations
Color information
#430A7C (or 0x430A7C) is known color: Indigo. HEX triplet: 43, 0A and 7C. RGB value is (67,10,124). Sum of RGB (Red+Green+Blue) = 67+10+124=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #430A7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430A7C is #BCF583. Grayscale: #272727. Windows color (decimal): -12383620 or 8129091. OLE color: 8129091.
HSL color Cylindrical-coordinate representation of color #430A7C: hue angle of 270º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430A7C is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 10 | 124 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.51 |
| HSL | 270º | 0.85% | 0.26% | - |
| HSV(B) | 270º | 0.92% | 0.49% | - |
| XYZ | 6.06 | 2.87 | 19.3 | - |
| YUV | 40.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 124 | 0.46 | 0.92 | 0 | 0.51 | 270 | 0.85 | 0.26 |
| Hex | 43 | A | 7C | 2E | 5C | 0 | 33 | 10E | 55 | 1A |
| Octal | 103 | 12 | 174 | 56 | 134 | 0 | 63 | 416 | 125 | 32 |
| Binary | 1000011 | 1010 | 1111100 | 101110 | 1011100 | 0 | 110011 | 100001110 | 1010101 | 11010 |
Color Harmonies of #430A7C
Complementary color
Monochromatic Colors of #430A7C
Black with #430A7C
Text Example
Text Example
White with #430A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A7C; }
p { color: rgb(67,10,124); }
H1.HeaderClassName
{
color: #430A7C;
}
.AnyTagClassName
{
color: #430A7C;
}
</style>
background-color css
<style>
a { background-color: #430A7C; }
a { background-color: rgb(67,10,124); }
div.DivClassName
{
background-color: #430A7C;
}
.BgClassName
{
background-color: #430A7C;
}
</style>
border-color css
<style>
span { border-color: #430A7C; }
span { border-color: rgb(67,10,124); }
td.TdClassName
{
border-color: #430A7C;
}
.TagClassName
{
border-color: #430A7C;
}
</style>