Shades of Indigo #430075
Tints of Indigo #430075
RGB
CMYK
RGB Variations
Color information
#430075 (or 0x430075) is known color: Indigo. HEX triplet: 43, 00 and 75. RGB value is (67,0,117). Sum of RGB (Red+Green+Blue) = 67+0+117=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #430075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430075 is #BCFF8A. Grayscale: #202020. Windows color (decimal): -12386187 or 7667779. OLE color: 7667779.
HSL color Cylindrical-coordinate representation of color #430075: hue angle of 274.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430075 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 0 | 117 | - |
| CMYK | 0.43 | 1 | 0 | 0.54 |
| HSL | 274.36º | 1% | 0.23% | - |
| HSV(B) | 274.36º | 1% | 0.46% | - |
| XYZ | 5.53 | 2.48 | 17.02 | - |
| YUV | 33.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 117 | 0.43 | 1 | 0 | 0.54 | 274.36 | 1 | 0.23 |
| Hex | 43 | 0 | 75 | 2B | 64 | 0 | 36 | 112 | 64 | 17 |
| Octal | 103 | 0 | 165 | 53 | 144 | 0 | 66 | 422 | 144 | 27 |
| Binary | 1000011 | 0 | 1110101 | 101011 | 1100100 | 0 | 110110 | 100010010 | 1100100 | 10111 |
Color Harmonies of #430075
Complementary color
Monochromatic Colors of #430075
Black with #430075
Text Example
Text Example
White with #430075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430075; }
p { color: rgb(67,0,117); }
H1.HeaderClassName
{
color: #430075;
}
.AnyTagClassName
{
color: #430075;
}
</style>
background-color css
<style>
a { background-color: #430075; }
a { background-color: rgb(67,0,117); }
div.DivClassName
{
background-color: #430075;
}
.BgClassName
{
background-color: #430075;
}
</style>
border-color css
<style>
span { border-color: #430075; }
span { border-color: rgb(67,0,117); }
td.TdClassName
{
border-color: #430075;
}
.TagClassName
{
border-color: #430075;
}
</style>