Shades of Indigo #430275
Tints of Indigo #430275
RGB
CMYK
RGB Variations
Color information
#430275 (or 0x430275) is known color: Indigo. HEX triplet: 43, 02 and 75. RGB value is (67,2,117). Sum of RGB (Red+Green+Blue) = 67+2+117=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #430275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430275 is #BCFD8A. Grayscale: #222222. Windows color (decimal): -12385675 or 7668291. OLE color: 7668291.
HSL color Cylindrical-coordinate representation of color #430275: hue angle of 273.91º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430275 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 2 | 117 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.54 |
| HSL | 273.91º | 0.97% | 0.23% | - |
| HSV(B) | 273.91º | 0.98% | 0.46% | - |
| XYZ | 5.55 | 2.52 | 17.02 | - |
| YUV | 34.55 | 174.53 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 117 | 0.43 | 0.98 | 0 | 0.54 | 273.91 | 0.97 | 0.23 |
| Hex | 43 | 2 | 75 | 2B | 62 | 0 | 36 | 112 | 61 | 17 |
| Octal | 103 | 2 | 165 | 53 | 142 | 0 | 66 | 422 | 141 | 27 |
| Binary | 1000011 | 10 | 1110101 | 101011 | 1100010 | 0 | 110110 | 100010010 | 1100001 | 10111 |
Color Harmonies of #430275
Complementary color
Monochromatic Colors of #430275
Black with #430275
Text Example
Text Example
White with #430275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430275; }
p { color: rgb(67,2,117); }
H1.HeaderClassName
{
color: #430275;
}
.AnyTagClassName
{
color: #430275;
}
</style>
background-color css
<style>
a { background-color: #430275; }
a { background-color: rgb(67,2,117); }
div.DivClassName
{
background-color: #430275;
}
.BgClassName
{
background-color: #430275;
}
</style>
border-color css
<style>
span { border-color: #430275; }
span { border-color: rgb(67,2,117); }
td.TdClassName
{
border-color: #430275;
}
.TagClassName
{
border-color: #430275;
}
</style>