Shades of Indigo #430161
Tints of Indigo #430161
RGB
CMYK
RGB Variations
Color information
#430161 (or 0x430161) is known color: Indigo. HEX triplet: 43, 01 and 61. RGB value is (67,1,97). Sum of RGB (Red+Green+Blue) = 67+1+97=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #430161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430161 is #BCFE9E. Grayscale: #1F1F1F. Windows color (decimal): -12385951 or 6357315. OLE color: 6357315.
HSL color Cylindrical-coordinate representation of color #430161: hue angle of 281.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430161 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 1 | 97 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.62 |
| HSL | 281.25º | 0.98% | 0.19% | - |
| HSV(B) | 281.25º | 0.99% | 0.38% | - |
| XYZ | 4.48 | 2.08 | 11.47 | - |
| YUV | 31.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 97 | 0.31 | 0.99 | 0 | 0.62 | 281.25 | 0.98 | 0.19 |
| Hex | 43 | 1 | 61 | 1F | 63 | 0 | 3E | 119 | 62 | 13 |
| Octal | 103 | 1 | 141 | 37 | 143 | 0 | 76 | 431 | 142 | 23 |
| Binary | 1000011 | 1 | 1100001 | 11111 | 1100011 | 0 | 111110 | 100011001 | 1100010 | 10011 |
Color Harmonies of #430161
Complementary color
Monochromatic Colors of #430161
Black with #430161
Text Example
Text Example
White with #430161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430161; }
p { color: rgb(67,1,97); }
H1.HeaderClassName
{
color: #430161;
}
.AnyTagClassName
{
color: #430161;
}
</style>
background-color css
<style>
a { background-color: #430161; }
a { background-color: rgb(67,1,97); }
div.DivClassName
{
background-color: #430161;
}
.BgClassName
{
background-color: #430161;
}
</style>
border-color css
<style>
span { border-color: #430161; }
span { border-color: rgb(67,1,97); }
td.TdClassName
{
border-color: #430161;
}
.TagClassName
{
border-color: #430161;
}
</style>