Shades of Indigo #430169
Tints of Indigo #430169
RGB
CMYK
RGB Variations
Color information
#430169 (or 0x430169) is known color: Indigo. HEX triplet: 43, 01 and 69. RGB value is (67,1,105). Sum of RGB (Red+Green+Blue) = 67+1+105=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #430169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430169 is #BCFE96. Grayscale: #202020. Windows color (decimal): -12385943 or 6881603. OLE color: 6881603.
HSL color Cylindrical-coordinate representation of color #430169: hue angle of 278.08º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430169 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 1 | 105 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.59 |
| HSL | 278.08º | 0.98% | 0.21% | - |
| HSV(B) | 278.08º | 0.99% | 0.41% | - |
| XYZ | 4.88 | 2.23 | 13.54 | - |
| YUV | 32.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 105 | 0.36 | 0.99 | 0 | 0.59 | 278.08 | 0.98 | 0.21 |
| Hex | 43 | 1 | 69 | 24 | 63 | 0 | 3B | 116 | 62 | 15 |
| Octal | 103 | 1 | 151 | 44 | 143 | 0 | 73 | 426 | 142 | 25 |
| Binary | 1000011 | 1 | 1101001 | 100100 | 1100011 | 0 | 111011 | 100010110 | 1100010 | 10101 |
Color Harmonies of #430169
Complementary color
Monochromatic Colors of #430169
Black with #430169
Text Example
Text Example
White with #430169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430169; }
p { color: rgb(67,1,105); }
H1.HeaderClassName
{
color: #430169;
}
.AnyTagClassName
{
color: #430169;
}
</style>
background-color css
<style>
a { background-color: #430169; }
a { background-color: rgb(67,1,105); }
div.DivClassName
{
background-color: #430169;
}
.BgClassName
{
background-color: #430169;
}
</style>
border-color css
<style>
span { border-color: #430169; }
span { border-color: rgb(67,1,105); }
td.TdClassName
{
border-color: #430169;
}
.TagClassName
{
border-color: #430169;
}
</style>