Shades of Indigo #430292
Tints of Indigo #430292
RGB
CMYK
RGB Variations
Color information
#430292 (or 0x430292) is known color: Indigo. HEX triplet: 43, 02 and 92. RGB value is (67,2,146). Sum of RGB (Red+Green+Blue) = 67+2+146=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #430292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430292 is #BCFD6D. Grayscale: #252525. Windows color (decimal): -12385646 or 9568835. OLE color: 9568835.
HSL color Cylindrical-coordinate representation of color #430292: hue angle of 267.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430292 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 2 | 146 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.43 |
| HSL | 267.08º | 0.97% | 0.29% | - |
| HSV(B) | 267.08º | 0.99% | 0.57% | - |
| XYZ | 7.52 | 3.31 | 27.44 | - |
| YUV | 37.85 | 189.03 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 146 | 0.54 | 0.99 | 0 | 0.43 | 267.08 | 0.97 | 0.29 |
| Hex | 43 | 2 | 92 | 36 | 63 | 0 | 2B | 10B | 61 | 1D |
| Octal | 103 | 2 | 222 | 66 | 143 | 0 | 53 | 413 | 141 | 35 |
| Binary | 1000011 | 10 | 10010010 | 110110 | 1100011 | 0 | 101011 | 100001011 | 1100001 | 11101 |
Color Harmonies of #430292
Complementary color
Monochromatic Colors of #430292
Black with #430292
Text Example
Text Example
White with #430292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430292; }
p { color: rgb(67,2,146); }
H1.HeaderClassName
{
color: #430292;
}
.AnyTagClassName
{
color: #430292;
}
</style>
background-color css
<style>
a { background-color: #430292; }
a { background-color: rgb(67,2,146); }
div.DivClassName
{
background-color: #430292;
}
.BgClassName
{
background-color: #430292;
}
</style>
border-color css
<style>
span { border-color: #430292; }
span { border-color: rgb(67,2,146); }
td.TdClassName
{
border-color: #430292;
}
.TagClassName
{
border-color: #430292;
}
</style>