Shades of Indigo #430769
Tints of Indigo #430769
RGB
CMYK
RGB Variations
Color information
#430769 (or 0x430769) is known color: Indigo. HEX triplet: 43, 07 and 69. RGB value is (67,7,105). Sum of RGB (Red+Green+Blue) = 67+7+105=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #430769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430769 is #BCF896. Grayscale: #232323. Windows color (decimal): -12384407 or 6883139. OLE color: 6883139.
HSL color Cylindrical-coordinate representation of color #430769: hue angle of 276.73º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430769 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 7 | 105 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.59 |
| HSL | 276.73º | 0.88% | 0.22% | - |
| HSV(B) | 276.73º | 0.93% | 0.41% | - |
| XYZ | 4.94 | 2.37 | 13.56 | - |
| YUV | 36.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 105 | 0.36 | 0.93 | 0 | 0.59 | 276.73 | 0.88 | 0.22 |
| Hex | 43 | 7 | 69 | 24 | 5D | 0 | 3B | 115 | 58 | 16 |
| Octal | 103 | 7 | 151 | 44 | 135 | 0 | 73 | 425 | 130 | 26 |
| Binary | 1000011 | 111 | 1101001 | 100100 | 1011101 | 0 | 111011 | 100010101 | 1011000 | 10110 |
Color Harmonies of #430769
Complementary color
Monochromatic Colors of #430769
Black with #430769
Text Example
Text Example
White with #430769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430769; }
p { color: rgb(67,7,105); }
H1.HeaderClassName
{
color: #430769;
}
.AnyTagClassName
{
color: #430769;
}
</style>
background-color css
<style>
a { background-color: #430769; }
a { background-color: rgb(67,7,105); }
div.DivClassName
{
background-color: #430769;
}
.BgClassName
{
background-color: #430769;
}
</style>
border-color css
<style>
span { border-color: #430769; }
span { border-color: rgb(67,7,105); }
td.TdClassName
{
border-color: #430769;
}
.TagClassName
{
border-color: #430769;
}
</style>