Shades of Indigo #430CAC
Tints of Indigo #430CAC
RGB
CMYK
RGB Variations
Color information
#430CAC (or 0x430CAC) is known color: Indigo. HEX triplet: 43, 0C and AC. RGB value is (67,12,172). Sum of RGB (Red+Green+Blue) = 67+12+172=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #430CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430CAC is #BCF353. Grayscale: #2E2E2E. Windows color (decimal): -12383060 or 11275331. OLE color: 11275331.
HSL color Cylindrical-coordinate representation of color #430CAC: hue angle of 260.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430CAC is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 12 | 172 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.33 |
| HSL | 260.63º | 0.87% | 0.36% | - |
| HSV(B) | 260.63º | 0.93% | 0.67% | - |
| XYZ | 9.89 | 4.43 | 39.36 | - |
| YUV | 46.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 172 | 0.61 | 0.93 | 0 | 0.33 | 260.63 | 0.87 | 0.36 |
| Hex | 43 | C | AC | 3D | 5D | 0 | 21 | 105 | 57 | 24 |
| Octal | 103 | 14 | 254 | 75 | 135 | 0 | 41 | 405 | 127 | 44 |
| Binary | 1000011 | 1100 | 10101100 | 111101 | 1011101 | 0 | 100001 | 100000101 | 1010111 | 100100 |
Color Harmonies of #430CAC
Complementary color
Monochromatic Colors of #430CAC
Black with #430CAC
Text Example
Text Example
White with #430CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CAC; }
p { color: rgb(67,12,172); }
H1.HeaderClassName
{
color: #430CAC;
}
.AnyTagClassName
{
color: #430CAC;
}
</style>
background-color css
<style>
a { background-color: #430CAC; }
a { background-color: rgb(67,12,172); }
div.DivClassName
{
background-color: #430CAC;
}
.BgClassName
{
background-color: #430CAC;
}
</style>
border-color css
<style>
span { border-color: #430CAC; }
span { border-color: rgb(67,12,172); }
td.TdClassName
{
border-color: #430CAC;
}
.TagClassName
{
border-color: #430CAC;
}
</style>