Shades of Indigo #430864
Tints of Indigo #430864
RGB
CMYK
RGB Variations
Color information
#430864 (or 0x430864) is known color: Indigo. HEX triplet: 43, 08 and 64. RGB value is (67,8,100). Sum of RGB (Red+Green+Blue) = 67+8+100=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 100 (39.45% from 255 or 57.14% from 175); Max value from RGB is 100 - color contains mainly: blue. Hex color #430864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430864 is #BCF79B. Grayscale: #232323. Windows color (decimal): -12384156 or 6555715. OLE color: 6555715.
HSL color Cylindrical-coordinate representation of color #430864: hue angle of 278.48º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430864 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 8 | 100 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.61 |
| HSL | 278.48º | 0.85% | 0.21% | - |
| HSV(B) | 278.48º | 0.92% | 0.39% | - |
| XYZ | 4.7 | 2.29 | 12.25 | - |
| YUV | 36.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 100 | 0.33 | 0.92 | 0 | 0.61 | 278.48 | 0.85 | 0.21 |
| Hex | 43 | 8 | 64 | 21 | 5C | 0 | 3D | 116 | 55 | 15 |
| Octal | 103 | 10 | 144 | 41 | 134 | 0 | 75 | 426 | 125 | 25 |
| Binary | 1000011 | 1000 | 1100100 | 100001 | 1011100 | 0 | 111101 | 100010110 | 1010101 | 10101 |
Color Harmonies of #430864
Complementary color
Monochromatic Colors of #430864
Black with #430864
Text Example
Text Example
White with #430864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430864; }
p { color: rgb(67,8,100); }
H1.HeaderClassName
{
color: #430864;
}
.AnyTagClassName
{
color: #430864;
}
</style>
background-color css
<style>
a { background-color: #430864; }
a { background-color: rgb(67,8,100); }
div.DivClassName
{
background-color: #430864;
}
.BgClassName
{
background-color: #430864;
}
</style>
border-color css
<style>
span { border-color: #430864; }
span { border-color: rgb(67,8,100); }
td.TdClassName
{
border-color: #430864;
}
.TagClassName
{
border-color: #430864;
}
</style>