Shades of Indigo #430AAC
Tints of Indigo #430AAC
RGB
CMYK
RGB Variations
Color information
#430AAC (or 0x430AAC) is known color: Indigo. HEX triplet: 43, 0A and AC. RGB value is (67,10,172). Sum of RGB (Red+Green+Blue) = 67+10+172=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #430AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430AAC is #BCF553. Grayscale: #2C2C2C. Windows color (decimal): -12383572 or 11274819. OLE color: 11274819.
HSL color Cylindrical-coordinate representation of color #430AAC: hue angle of 261.11º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430AAC is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 10 | 172 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.33 |
| HSL | 261.11º | 0.89% | 0.36% | - |
| HSV(B) | 261.11º | 0.94% | 0.67% | - |
| XYZ | 9.87 | 4.39 | 39.36 | - |
| YUV | 45.51 | 199.38 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 172 | 0.61 | 0.94 | 0 | 0.33 | 261.11 | 0.89 | 0.36 |
| Hex | 43 | A | AC | 3D | 5E | 0 | 21 | 105 | 59 | 24 |
| Octal | 103 | 12 | 254 | 75 | 136 | 0 | 41 | 405 | 131 | 44 |
| Binary | 1000011 | 1010 | 10101100 | 111101 | 1011110 | 0 | 100001 | 100000101 | 1011001 | 100100 |
Color Harmonies of #430AAC
Complementary color
Monochromatic Colors of #430AAC
Black with #430AAC
Text Example
Text Example
White with #430AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AAC; }
p { color: rgb(67,10,172); }
H1.HeaderClassName
{
color: #430AAC;
}
.AnyTagClassName
{
color: #430AAC;
}
</style>
background-color css
<style>
a { background-color: #430AAC; }
a { background-color: rgb(67,10,172); }
div.DivClassName
{
background-color: #430AAC;
}
.BgClassName
{
background-color: #430AAC;
}
</style>
border-color css
<style>
span { border-color: #430AAC; }
span { border-color: rgb(67,10,172); }
td.TdClassName
{
border-color: #430AAC;
}
.TagClassName
{
border-color: #430AAC;
}
</style>