Shades of Indigo #430DAB
Tints of Indigo #430DAB
RGB
CMYK
RGB Variations
Color information
#430DAB (or 0x430DAB) is known color: Indigo. HEX triplet: 43, 0D and AB. RGB value is (67,13,171). Sum of RGB (Red+Green+Blue) = 67+13+171=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #430DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430DAB is #BCF254. Grayscale: #2E2E2E. Windows color (decimal): -12382805 or 11210051. OLE color: 11210051.
HSL color Cylindrical-coordinate representation of color #430DAB: hue angle of 260.51º 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 #430DAB is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 13 | 171 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.33 |
| HSL | 260.51º | 0.86% | 0.36% | - |
| HSV(B) | 260.51º | 0.92% | 0.67% | - |
| XYZ | 9.81 | 4.42 | 38.86 | - |
| YUV | 47.16 | 197.89 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 171 | 0.61 | 0.92 | 0 | 0.33 | 260.51 | 0.86 | 0.36 |
| Hex | 43 | D | AB | 3D | 5C | 0 | 21 | 105 | 56 | 24 |
| Octal | 103 | 15 | 253 | 75 | 134 | 0 | 41 | 405 | 126 | 44 |
| Binary | 1000011 | 1101 | 10101011 | 111101 | 1011100 | 0 | 100001 | 100000101 | 1010110 | 100100 |
Color Harmonies of #430DAB
Complementary color
Monochromatic Colors of #430DAB
Black with #430DAB
Text Example
Text Example
White with #430DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DAB; }
p { color: rgb(67,13,171); }
H1.HeaderClassName
{
color: #430DAB;
}
.AnyTagClassName
{
color: #430DAB;
}
</style>
background-color css
<style>
a { background-color: #430DAB; }
a { background-color: rgb(67,13,171); }
div.DivClassName
{
background-color: #430DAB;
}
.BgClassName
{
background-color: #430DAB;
}
</style>
border-color css
<style>
span { border-color: #430DAB; }
span { border-color: rgb(67,13,171); }
td.TdClassName
{
border-color: #430DAB;
}
.TagClassName
{
border-color: #430DAB;
}
</style>