Shades of Indigo #430AAE
Tints of Indigo #430AAE
RGB
CMYK
RGB Variations
Color information
#430AAE (or 0x430AAE) is known color: Indigo. HEX triplet: 43, 0A and AE. RGB value is (67,10,174). Sum of RGB (Red+Green+Blue) = 67+10+174=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #430AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430AAE is #BCF551. Grayscale: #2D2D2D. Windows color (decimal): -12383570 or 11405891. OLE color: 11405891.
HSL color Cylindrical-coordinate representation of color #430AAE: hue angle of 260.85º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430AAE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 10 | 174 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.32 |
| HSL | 260.85º | 0.89% | 0.36% | - |
| HSV(B) | 260.85º | 0.94% | 0.68% | - |
| XYZ | 10.06 | 4.47 | 40.38 | - |
| YUV | 45.74 | 200.38 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 174 | 0.61 | 0.94 | 0 | 0.32 | 260.85 | 0.89 | 0.36 |
| Hex | 43 | A | AE | 3D | 5E | 0 | 20 | 105 | 59 | 24 |
| Octal | 103 | 12 | 256 | 75 | 136 | 0 | 40 | 405 | 131 | 44 |
| Binary | 1000011 | 1010 | 10101110 | 111101 | 1011110 | 0 | 100000 | 100000101 | 1011001 | 100100 |
Color Harmonies of #430AAE
Complementary color
Monochromatic Colors of #430AAE
Black with #430AAE
Text Example
Text Example
White with #430AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AAE; }
p { color: rgb(67,10,174); }
H1.HeaderClassName
{
color: #430AAE;
}
.AnyTagClassName
{
color: #430AAE;
}
</style>
background-color css
<style>
a { background-color: #430AAE; }
a { background-color: rgb(67,10,174); }
div.DivClassName
{
background-color: #430AAE;
}
.BgClassName
{
background-color: #430AAE;
}
</style>
border-color css
<style>
span { border-color: #430AAE; }
span { border-color: rgb(67,10,174); }
td.TdClassName
{
border-color: #430AAE;
}
.TagClassName
{
border-color: #430AAE;
}
</style>