Shades of Indigo #430271
Tints of Indigo #430271
RGB
CMYK
RGB Variations
Color information
#430271 (or 0x430271) is known color: Indigo. HEX triplet: 43, 02 and 71. RGB value is (67,2,113). Sum of RGB (Red+Green+Blue) = 67+2+113=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #430271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430271 is #BCFD8E. Grayscale: #212121. Windows color (decimal): -12385679 or 7406147. OLE color: 7406147.
HSL color Cylindrical-coordinate representation of color #430271: hue angle of 275.14º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430271 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 2 | 113 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.56 |
| HSL | 275.14º | 0.97% | 0.23% | - |
| HSV(B) | 275.14º | 0.98% | 0.44% | - |
| XYZ | 5.32 | 2.43 | 15.81 | - |
| YUV | 34.09 | 172.53 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 113 | 0.41 | 0.98 | 0 | 0.56 | 275.14 | 0.97 | 0.23 |
| Hex | 43 | 2 | 71 | 29 | 62 | 0 | 38 | 113 | 61 | 17 |
| Octal | 103 | 2 | 161 | 51 | 142 | 0 | 70 | 423 | 141 | 27 |
| Binary | 1000011 | 10 | 1110001 | 101001 | 1100010 | 0 | 111000 | 100010011 | 1100001 | 10111 |
Color Harmonies of #430271
Complementary color
Monochromatic Colors of #430271
Black with #430271
Text Example
Text Example
White with #430271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430271; }
p { color: rgb(67,2,113); }
H1.HeaderClassName
{
color: #430271;
}
.AnyTagClassName
{
color: #430271;
}
</style>
background-color css
<style>
a { background-color: #430271; }
a { background-color: rgb(67,2,113); }
div.DivClassName
{
background-color: #430271;
}
.BgClassName
{
background-color: #430271;
}
</style>
border-color css
<style>
span { border-color: #430271; }
span { border-color: rgb(67,2,113); }
td.TdClassName
{
border-color: #430271;
}
.TagClassName
{
border-color: #430271;
}
</style>