Shades of Indigo #430974
Tints of Indigo #430974
RGB
CMYK
RGB Variations
Color information
#430974 (or 0x430974) is known color: Indigo. HEX triplet: 43, 09 and 74. RGB value is (67,9,116). Sum of RGB (Red+Green+Blue) = 67+9+116=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #430974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430974 is #BCF68B. Grayscale: #262626. Windows color (decimal): -12383884 or 7604547. OLE color: 7604547.
HSL color Cylindrical-coordinate representation of color #430974: hue angle of 272.52º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430974 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 9 | 116 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.55 |
| HSL | 272.52º | 0.86% | 0.25% | - |
| HSV(B) | 272.52º | 0.92% | 0.45% | - |
| XYZ | 5.56 | 2.65 | 16.74 | - |
| YUV | 38.54 | 171.72 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 116 | 0.42 | 0.92 | 0 | 0.55 | 272.52 | 0.86 | 0.25 |
| Hex | 43 | 9 | 74 | 2A | 5C | 0 | 37 | 111 | 56 | 19 |
| Octal | 103 | 11 | 164 | 52 | 134 | 0 | 67 | 421 | 126 | 31 |
| Binary | 1000011 | 1001 | 1110100 | 101010 | 1011100 | 0 | 110111 | 100010001 | 1010110 | 11001 |
Color Harmonies of #430974
Complementary color
Monochromatic Colors of #430974
Black with #430974
Text Example
Text Example
White with #430974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430974; }
p { color: rgb(67,9,116); }
H1.HeaderClassName
{
color: #430974;
}
.AnyTagClassName
{
color: #430974;
}
</style>
background-color css
<style>
a { background-color: #430974; }
a { background-color: rgb(67,9,116); }
div.DivClassName
{
background-color: #430974;
}
.BgClassName
{
background-color: #430974;
}
</style>
border-color css
<style>
span { border-color: #430974; }
span { border-color: rgb(67,9,116); }
td.TdClassName
{
border-color: #430974;
}
.TagClassName
{
border-color: #430974;
}
</style>