Shades of Indigo #430DAA
Tints of Indigo #430DAA
RGB
CMYK
RGB Variations
Color information
#430DAA (or 0x430DAA) is known color: Indigo. HEX triplet: 43, 0D and AA. RGB value is (67,13,170). Sum of RGB (Red+Green+Blue) = 67+13+170=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #430DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430DAA is #BCF255. Grayscale: #2E2E2E. Windows color (decimal): -12382806 or 11144515. OLE color: 11144515.
HSL color Cylindrical-coordinate representation of color #430DAA: hue angle of 260.64º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430DAA is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 13 | 170 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.33 |
| HSL | 260.64º | 0.86% | 0.36% | - |
| HSV(B) | 260.64º | 0.92% | 0.67% | - |
| XYZ | 9.71 | 4.38 | 38.36 | - |
| YUV | 47.04 | 197.39 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 170 | 0.61 | 0.92 | 0 | 0.33 | 260.64 | 0.86 | 0.36 |
| Hex | 43 | D | AA | 3D | 5C | 0 | 21 | 105 | 56 | 24 |
| Octal | 103 | 15 | 252 | 75 | 134 | 0 | 41 | 405 | 126 | 44 |
| Binary | 1000011 | 1101 | 10101010 | 111101 | 1011100 | 0 | 100001 | 100000101 | 1010110 | 100100 |
Color Harmonies of #430DAA
Complementary color
Monochromatic Colors of #430DAA
Black with #430DAA
Text Example
Text Example
White with #430DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DAA; }
p { color: rgb(67,13,170); }
H1.HeaderClassName
{
color: #430DAA;
}
.AnyTagClassName
{
color: #430DAA;
}
</style>
background-color css
<style>
a { background-color: #430DAA; }
a { background-color: rgb(67,13,170); }
div.DivClassName
{
background-color: #430DAA;
}
.BgClassName
{
background-color: #430DAA;
}
</style>
border-color css
<style>
span { border-color: #430DAA; }
span { border-color: rgb(67,13,170); }
td.TdClassName
{
border-color: #430DAA;
}
.TagClassName
{
border-color: #430DAA;
}
</style>