Shades of Indigo #430164
Tints of Indigo #430164
RGB
CMYK
RGB Variations
Color information
#430164 (or 0x430164) is known color: Indigo. HEX triplet: 43, 01 and 64. RGB value is (67,1,100). Sum of RGB (Red+Green+Blue) = 67+1+100=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 100 (39.45% from 255 or 59.52% from 168); Max value from RGB is 100 - color contains mainly: blue. Hex color #430164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430164 is #BCFE9B. Grayscale: #1F1F1F. Windows color (decimal): -12385948 or 6553923. OLE color: 6553923.
HSL color Cylindrical-coordinate representation of color #430164: hue angle of 280º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430164 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 1 | 100 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.61 |
| HSL | 280º | 0.98% | 0.2% | - |
| HSV(B) | 280º | 0.99% | 0.39% | - |
| XYZ | 4.63 | 2.14 | 12.22 | - |
| YUV | 32.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 100 | 0.33 | 0.99 | 0 | 0.61 | 280 | 0.98 | 0.2 |
| Hex | 43 | 1 | 64 | 21 | 63 | 0 | 3D | 118 | 62 | 14 |
| Octal | 103 | 1 | 144 | 41 | 143 | 0 | 75 | 430 | 142 | 24 |
| Binary | 1000011 | 1 | 1100100 | 100001 | 1100011 | 0 | 111101 | 100011000 | 1100010 | 10100 |
Color Harmonies of #430164
Complementary color
Monochromatic Colors of #430164
Black with #430164
Text Example
Text Example
White with #430164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430164; }
p { color: rgb(67,1,100); }
H1.HeaderClassName
{
color: #430164;
}
.AnyTagClassName
{
color: #430164;
}
</style>
background-color css
<style>
a { background-color: #430164; }
a { background-color: rgb(67,1,100); }
div.DivClassName
{
background-color: #430164;
}
.BgClassName
{
background-color: #430164;
}
</style>
border-color css
<style>
span { border-color: #430164; }
span { border-color: rgb(67,1,100); }
td.TdClassName
{
border-color: #430164;
}
.TagClassName
{
border-color: #430164;
}
</style>