Shades of Indigo #430CAE
Tints of Indigo #430CAE
RGB
CMYK
RGB Variations
Color information
#430CAE (or 0x430CAE) is known color: Indigo. HEX triplet: 43, 0C and AE. RGB value is (67,12,174). Sum of RGB (Red+Green+Blue) = 67+12+174=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #430CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430CAE is #BCF351. Grayscale: #2E2E2E. Windows color (decimal): -12383058 or 11406403. OLE color: 11406403.
HSL color Cylindrical-coordinate representation of color #430CAE: hue angle of 260.37º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430CAE is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 12 | 174 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.32 |
| HSL | 260.37º | 0.87% | 0.36% | - |
| HSV(B) | 260.37º | 0.93% | 0.68% | - |
| XYZ | 10.09 | 4.51 | 40.38 | - |
| YUV | 46.91 | 199.72 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 174 | 0.61 | 0.93 | 0 | 0.32 | 260.37 | 0.87 | 0.36 |
| Hex | 43 | C | AE | 3D | 5D | 0 | 20 | 104 | 57 | 24 |
| Octal | 103 | 14 | 256 | 75 | 135 | 0 | 40 | 404 | 127 | 44 |
| Binary | 1000011 | 1100 | 10101110 | 111101 | 1011101 | 0 | 100000 | 100000100 | 1010111 | 100100 |
Color Harmonies of #430CAE
Complementary color
Monochromatic Colors of #430CAE
Black with #430CAE
Text Example
Text Example
White with #430CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CAE; }
p { color: rgb(67,12,174); }
H1.HeaderClassName
{
color: #430CAE;
}
.AnyTagClassName
{
color: #430CAE;
}
</style>
background-color css
<style>
a { background-color: #430CAE; }
a { background-color: rgb(67,12,174); }
div.DivClassName
{
background-color: #430CAE;
}
.BgClassName
{
background-color: #430CAE;
}
</style>
border-color css
<style>
span { border-color: #430CAE; }
span { border-color: rgb(67,12,174); }
td.TdClassName
{
border-color: #430CAE;
}
.TagClassName
{
border-color: #430CAE;
}
</style>