Shades of Indigo #430868
Tints of Indigo #430868
RGB
CMYK
RGB Variations
Color information
#430868 (or 0x430868) is known color: Indigo. HEX triplet: 43, 08 and 68. RGB value is (67,8,104). Sum of RGB (Red+Green+Blue) = 67+8+104=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #430868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430868 is #BCF797. Grayscale: #242424. Windows color (decimal): -12384152 or 6817859. OLE color: 6817859.
HSL color Cylindrical-coordinate representation of color #430868: hue angle of 276.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430868 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 8 | 104 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.59 |
| HSL | 276.88º | 0.86% | 0.22% | - |
| HSV(B) | 276.88º | 0.92% | 0.41% | - |
| XYZ | 4.9 | 2.37 | 13.3 | - |
| YUV | 36.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 104 | 0.36 | 0.92 | 0 | 0.59 | 276.88 | 0.86 | 0.22 |
| Hex | 43 | 8 | 68 | 24 | 5C | 0 | 3B | 115 | 56 | 16 |
| Octal | 103 | 10 | 150 | 44 | 134 | 0 | 73 | 425 | 126 | 26 |
| Binary | 1000011 | 1000 | 1101000 | 100100 | 1011100 | 0 | 111011 | 100010101 | 1010110 | 10110 |
Color Harmonies of #430868
Complementary color
Monochromatic Colors of #430868
Black with #430868
Text Example
Text Example
White with #430868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430868; }
p { color: rgb(67,8,104); }
H1.HeaderClassName
{
color: #430868;
}
.AnyTagClassName
{
color: #430868;
}
</style>
background-color css
<style>
a { background-color: #430868; }
a { background-color: rgb(67,8,104); }
div.DivClassName
{
background-color: #430868;
}
.BgClassName
{
background-color: #430868;
}
</style>
border-color css
<style>
span { border-color: #430868; }
span { border-color: rgb(67,8,104); }
td.TdClassName
{
border-color: #430868;
}
.TagClassName
{
border-color: #430868;
}
</style>