Shades of Indigo #430282
Tints of Indigo #430282
RGB
CMYK
RGB Variations
Color information
#430282 (or 0x430282) is known color: Indigo. HEX triplet: 43, 02 and 82. RGB value is (67,2,130). Sum of RGB (Red+Green+Blue) = 67+2+130=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #430282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430282 is #BCFD7D. Grayscale: #232323. Windows color (decimal): -12385662 or 8520259. OLE color: 8520259.
HSL color Cylindrical-coordinate representation of color #430282: hue angle of 270.47º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430282 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 2 | 130 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.49 |
| HSL | 270.47º | 0.97% | 0.26% | - |
| HSV(B) | 270.47º | 0.98% | 0.51% | - |
| XYZ | 6.37 | 2.85 | 21.33 | - |
| YUV | 36.03 | 181.03 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 130 | 0.48 | 0.98 | 0 | 0.49 | 270.47 | 0.97 | 0.26 |
| Hex | 43 | 2 | 82 | 30 | 62 | 0 | 31 | 10E | 61 | 1A |
| Octal | 103 | 2 | 202 | 60 | 142 | 0 | 61 | 416 | 141 | 32 |
| Binary | 1000011 | 10 | 10000010 | 110000 | 1100010 | 0 | 110001 | 100001110 | 1100001 | 11010 |
Color Harmonies of #430282
Complementary color
Monochromatic Colors of #430282
Black with #430282
Text Example
Text Example
White with #430282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430282; }
p { color: rgb(67,2,130); }
H1.HeaderClassName
{
color: #430282;
}
.AnyTagClassName
{
color: #430282;
}
</style>
background-color css
<style>
a { background-color: #430282; }
a { background-color: rgb(67,2,130); }
div.DivClassName
{
background-color: #430282;
}
.BgClassName
{
background-color: #430282;
}
</style>
border-color css
<style>
span { border-color: #430282; }
span { border-color: rgb(67,2,130); }
td.TdClassName
{
border-color: #430282;
}
.TagClassName
{
border-color: #430282;
}
</style>