Shades of Indigo #430269
Tints of Indigo #430269
RGB
CMYK
RGB Variations
Color information
#430269 (or 0x430269) is known color: Indigo. HEX triplet: 43, 02 and 69. RGB value is (67,2,105). Sum of RGB (Red+Green+Blue) = 67+2+105=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #430269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430269 is #BCFD96. Grayscale: #202020. Windows color (decimal): -12385687 or 6881859. OLE color: 6881859.
HSL color Cylindrical-coordinate representation of color #430269: hue angle of 277.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430269 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 2 | 105 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.59 |
| HSL | 277.86º | 0.96% | 0.21% | - |
| HSV(B) | 277.86º | 0.98% | 0.41% | - |
| XYZ | 4.89 | 2.26 | 13.54 | - |
| YUV | 33.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 105 | 0.36 | 0.98 | 0 | 0.59 | 277.86 | 0.96 | 0.21 |
| Hex | 43 | 2 | 69 | 24 | 62 | 0 | 3B | 116 | 60 | 15 |
| Octal | 103 | 2 | 151 | 44 | 142 | 0 | 73 | 426 | 140 | 25 |
| Binary | 1000011 | 10 | 1101001 | 100100 | 1100010 | 0 | 111011 | 100010110 | 1100000 | 10101 |
Color Harmonies of #430269
Complementary color
Monochromatic Colors of #430269
Black with #430269
Text Example
Text Example
White with #430269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430269; }
p { color: rgb(67,2,105); }
H1.HeaderClassName
{
color: #430269;
}
.AnyTagClassName
{
color: #430269;
}
</style>
background-color css
<style>
a { background-color: #430269; }
a { background-color: rgb(67,2,105); }
div.DivClassName
{
background-color: #430269;
}
.BgClassName
{
background-color: #430269;
}
</style>
border-color css
<style>
span { border-color: #430269; }
span { border-color: rgb(67,2,105); }
td.TdClassName
{
border-color: #430269;
}
.TagClassName
{
border-color: #430269;
}
</style>