Shades of Indigo #430969
Tints of Indigo #430969
RGB
CMYK
RGB Variations
Color information
#430969 (or 0x430969) is known color: Indigo. HEX triplet: 43, 09 and 69. RGB value is (67,9,105). Sum of RGB (Red+Green+Blue) = 67+9+105=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #430969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430969 is #BCF696. Grayscale: #242424. Windows color (decimal): -12383895 or 6883651. OLE color: 6883651.
HSL color Cylindrical-coordinate representation of color #430969: hue angle of 276.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430969 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 9 | 105 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.59 |
| HSL | 276.25º | 0.84% | 0.22% | - |
| HSV(B) | 276.25º | 0.91% | 0.41% | - |
| XYZ | 4.96 | 2.41 | 13.57 | - |
| YUV | 37.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 105 | 0.36 | 0.91 | 0 | 0.59 | 276.25 | 0.84 | 0.22 |
| Hex | 43 | 9 | 69 | 24 | 5B | 0 | 3B | 114 | 54 | 16 |
| Octal | 103 | 11 | 151 | 44 | 133 | 0 | 73 | 424 | 124 | 26 |
| Binary | 1000011 | 1001 | 1101001 | 100100 | 1011011 | 0 | 111011 | 100010100 | 1010100 | 10110 |
Color Harmonies of #430969
Complementary color
Monochromatic Colors of #430969
Black with #430969
Text Example
Text Example
White with #430969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430969; }
p { color: rgb(67,9,105); }
H1.HeaderClassName
{
color: #430969;
}
.AnyTagClassName
{
color: #430969;
}
</style>
background-color css
<style>
a { background-color: #430969; }
a { background-color: rgb(67,9,105); }
div.DivClassName
{
background-color: #430969;
}
.BgClassName
{
background-color: #430969;
}
</style>
border-color css
<style>
span { border-color: #430969; }
span { border-color: rgb(67,9,105); }
td.TdClassName
{
border-color: #430969;
}
.TagClassName
{
border-color: #430969;
}
</style>