Shades of Indigo #430CAA
Tints of Indigo #430CAA
RGB
CMYK
RGB Variations
Color information
#430CAA (or 0x430CAA) is known color: Indigo. HEX triplet: 43, 0C and AA. RGB value is (67,12,170). Sum of RGB (Red+Green+Blue) = 67+12+170=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #430CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430CAA is #BCF355. Grayscale: #2D2D2D. Windows color (decimal): -12383062 or 11144259. OLE color: 11144259.
HSL color Cylindrical-coordinate representation of color #430CAA: hue angle of 260.89º 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 #430CAA is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 12 | 170 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.33 |
| HSL | 260.89º | 0.87% | 0.36% | - |
| HSV(B) | 260.89º | 0.93% | 0.67% | - |
| XYZ | 9.7 | 4.36 | 38.36 | - |
| YUV | 46.46 | 197.72 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 170 | 0.61 | 0.93 | 0 | 0.33 | 260.89 | 0.87 | 0.36 |
| Hex | 43 | C | AA | 3D | 5D | 0 | 21 | 105 | 57 | 24 |
| Octal | 103 | 14 | 252 | 75 | 135 | 0 | 41 | 405 | 127 | 44 |
| Binary | 1000011 | 1100 | 10101010 | 111101 | 1011101 | 0 | 100001 | 100000101 | 1010111 | 100100 |
Color Harmonies of #430CAA
Complementary color
Monochromatic Colors of #430CAA
Black with #430CAA
Text Example
Text Example
White with #430CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CAA; }
p { color: rgb(67,12,170); }
H1.HeaderClassName
{
color: #430CAA;
}
.AnyTagClassName
{
color: #430CAA;
}
</style>
background-color css
<style>
a { background-color: #430CAA; }
a { background-color: rgb(67,12,170); }
div.DivClassName
{
background-color: #430CAA;
}
.BgClassName
{
background-color: #430CAA;
}
</style>
border-color css
<style>
span { border-color: #430CAA; }
span { border-color: rgb(67,12,170); }
td.TdClassName
{
border-color: #430CAA;
}
.TagClassName
{
border-color: #430CAA;
}
</style>