Shades of Indigo #430DAD
Tints of Indigo #430DAD
RGB
CMYK
RGB Variations
Color information
#430DAD (or 0x430DAD) is known color: Indigo. HEX triplet: 43, 0D and AD. RGB value is (67,13,173). Sum of RGB (Red+Green+Blue) = 67+13+173=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #430DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430DAD is #BCF252. Grayscale: #2E2E2E. Windows color (decimal): -12382803 or 11341123. OLE color: 11341123.
HSL color Cylindrical-coordinate representation of color #430DAD: hue angle of 260.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430DAD is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 13 | 173 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.32 |
| HSL | 260.25º | 0.86% | 0.36% | - |
| HSV(B) | 260.25º | 0.92% | 0.68% | - |
| XYZ | 10 | 4.5 | 39.88 | - |
| YUV | 47.39 | 198.89 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 173 | 0.61 | 0.92 | 0 | 0.32 | 260.25 | 0.86 | 0.36 |
| Hex | 43 | D | AD | 3D | 5C | 0 | 20 | 104 | 56 | 24 |
| Octal | 103 | 15 | 255 | 75 | 134 | 0 | 40 | 404 | 126 | 44 |
| Binary | 1000011 | 1101 | 10101101 | 111101 | 1011100 | 0 | 100000 | 100000100 | 1010110 | 100100 |
Color Harmonies of #430DAD
Complementary color
Monochromatic Colors of #430DAD
Black with #430DAD
Text Example
Text Example
White with #430DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DAD; }
p { color: rgb(67,13,173); }
H1.HeaderClassName
{
color: #430DAD;
}
.AnyTagClassName
{
color: #430DAD;
}
</style>
background-color css
<style>
a { background-color: #430DAD; }
a { background-color: rgb(67,13,173); }
div.DivClassName
{
background-color: #430DAD;
}
.BgClassName
{
background-color: #430DAD;
}
</style>
border-color css
<style>
span { border-color: #430DAD; }
span { border-color: rgb(67,13,173); }
td.TdClassName
{
border-color: #430DAD;
}
.TagClassName
{
border-color: #430DAD;
}
</style>