Shades of Indigo #430397
Tints of Indigo #430397
RGB
CMYK
RGB Variations
Color information
#430397 (or 0x430397) is known color: Indigo. HEX triplet: 43, 03 and 97. RGB value is (67,3,151). Sum of RGB (Red+Green+Blue) = 67+3+151=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #430397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430397 is #BCFC68. Grayscale: #262626. Windows color (decimal): -12385385 or 9896771. OLE color: 9896771.
HSL color Cylindrical-coordinate representation of color #430397: hue angle of 265.95º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430397 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 3 | 151 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.41 |
| HSL | 265.95º | 0.96% | 0.3% | - |
| HSV(B) | 265.95º | 0.98% | 0.59% | - |
| XYZ | 7.93 | 3.49 | 29.53 | - |
| YUV | 39.01 | 191.2 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 151 | 0.56 | 0.98 | 0 | 0.41 | 265.95 | 0.96 | 0.3 |
| Hex | 43 | 3 | 97 | 38 | 62 | 0 | 29 | 10A | 60 | 1E |
| Octal | 103 | 3 | 227 | 70 | 142 | 0 | 51 | 412 | 140 | 36 |
| Binary | 1000011 | 11 | 10010111 | 111000 | 1100010 | 0 | 101001 | 100001010 | 1100000 | 11110 |
Color Harmonies of #430397
Complementary color
Monochromatic Colors of #430397
Black with #430397
Text Example
Text Example
White with #430397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430397; }
p { color: rgb(67,3,151); }
H1.HeaderClassName
{
color: #430397;
}
.AnyTagClassName
{
color: #430397;
}
</style>
background-color css
<style>
a { background-color: #430397; }
a { background-color: rgb(67,3,151); }
div.DivClassName
{
background-color: #430397;
}
.BgClassName
{
background-color: #430397;
}
</style>
border-color css
<style>
span { border-color: #430397; }
span { border-color: rgb(67,3,151); }
td.TdClassName
{
border-color: #430397;
}
.TagClassName
{
border-color: #430397;
}
</style>