Shades of Indigo #430260
Tints of Indigo #430260
RGB
CMYK
RGB Variations
Color information
#430260 (or 0x430260) is known color: Indigo. HEX triplet: 43, 02 and 60. RGB value is (67,2,96). Sum of RGB (Red+Green+Blue) = 67+2+96=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #430260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430260 is #BCFD9F. Grayscale: #1F1F1F. Windows color (decimal): -12385696 or 6292035. OLE color: 6292035.
HSL color Cylindrical-coordinate representation of color #430260: hue angle of 281.49º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430260 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 2 | 96 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.62 |
| HSL | 281.49º | 0.96% | 0.19% | - |
| HSV(B) | 281.49º | 0.98% | 0.38% | - |
| XYZ | 4.45 | 2.08 | 11.23 | - |
| YUV | 32.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 96 | 0.30 | 0.98 | 0 | 0.62 | 281.49 | 0.96 | 0.19 |
| Hex | 43 | 2 | 60 | 1E | 62 | 0 | 3E | 119 | 60 | 13 |
| Octal | 103 | 2 | 140 | 36 | 142 | 0 | 76 | 431 | 140 | 23 |
| Binary | 1000011 | 10 | 1100000 | 11110 | 1100010 | 0 | 111110 | 100011001 | 1100000 | 10011 |
Color Harmonies of #430260
Complementary color
Monochromatic Colors of #430260
Black with #430260
Text Example
Text Example
White with #430260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430260; }
p { color: rgb(67,2,96); }
H1.HeaderClassName
{
color: #430260;
}
.AnyTagClassName
{
color: #430260;
}
</style>
background-color css
<style>
a { background-color: #430260; }
a { background-color: rgb(67,2,96); }
div.DivClassName
{
background-color: #430260;
}
.BgClassName
{
background-color: #430260;
}
</style>
border-color css
<style>
span { border-color: #430260; }
span { border-color: rgb(67,2,96); }
td.TdClassName
{
border-color: #430260;
}
.TagClassName
{
border-color: #430260;
}
</style>