Shades of Indigo #430861
Tints of Indigo #430861
RGB
CMYK
RGB Variations
Color information
#430861 (or 0x430861) is known color: Indigo. HEX triplet: 43, 08 and 61. RGB value is (67,8,97). Sum of RGB (Red+Green+Blue) = 67+8+97=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #430861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430861 is #BCF79E. Grayscale: #232323. Windows color (decimal): -12384159 or 6359107. OLE color: 6359107.
HSL color Cylindrical-coordinate representation of color #430861: hue angle of 279.78º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430861 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 8 | 97 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.62 |
| HSL | 279.78º | 0.85% | 0.21% | - |
| HSV(B) | 279.78º | 0.92% | 0.38% | - |
| XYZ | 4.56 | 2.23 | 11.5 | - |
| YUV | 35.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 97 | 0.31 | 0.92 | 0 | 0.62 | 279.78 | 0.85 | 0.21 |
| Hex | 43 | 8 | 61 | 1F | 5C | 0 | 3E | 118 | 55 | 15 |
| Octal | 103 | 10 | 141 | 37 | 134 | 0 | 76 | 430 | 125 | 25 |
| Binary | 1000011 | 1000 | 1100001 | 11111 | 1011100 | 0 | 111110 | 100011000 | 1010101 | 10101 |
Color Harmonies of #430861
Complementary color
Monochromatic Colors of #430861
Black with #430861
Text Example
Text Example
White with #430861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430861; }
p { color: rgb(67,8,97); }
H1.HeaderClassName
{
color: #430861;
}
.AnyTagClassName
{
color: #430861;
}
</style>
background-color css
<style>
a { background-color: #430861; }
a { background-color: rgb(67,8,97); }
div.DivClassName
{
background-color: #430861;
}
.BgClassName
{
background-color: #430861;
}
</style>
border-color css
<style>
span { border-color: #430861; }
span { border-color: rgb(67,8,97); }
td.TdClassName
{
border-color: #430861;
}
.TagClassName
{
border-color: #430861;
}
</style>