Shades of Indigo #430962
Tints of Indigo #430962
RGB
CMYK
RGB Variations
Color information
#430962 (or 0x430962) is known color: Indigo. HEX triplet: 43, 09 and 62. RGB value is (67,9,98). Sum of RGB (Red+Green+Blue) = 67+9+98=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #430962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430962 is #BCF69D. Grayscale: #242424. Windows color (decimal): -12383902 or 6424899. OLE color: 6424899.
HSL color Cylindrical-coordinate representation of color #430962: hue angle of 279.1º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430962 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 9 | 98 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.62 |
| HSL | 279.1º | 0.83% | 0.21% | - |
| HSV(B) | 279.1º | 0.91% | 0.38% | - |
| XYZ | 4.62 | 2.27 | 11.75 | - |
| YUV | 36.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 98 | 0.32 | 0.91 | 0 | 0.62 | 279.1 | 0.83 | 0.21 |
| Hex | 43 | 9 | 62 | 20 | 5B | 0 | 3E | 117 | 53 | 15 |
| Octal | 103 | 11 | 142 | 40 | 133 | 0 | 76 | 427 | 123 | 25 |
| Binary | 1000011 | 1001 | 1100010 | 100000 | 1011011 | 0 | 111110 | 100010111 | 1010011 | 10101 |
Color Harmonies of #430962
Complementary color
Monochromatic Colors of #430962
Black with #430962
Text Example
Text Example
White with #430962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430962; }
p { color: rgb(67,9,98); }
H1.HeaderClassName
{
color: #430962;
}
.AnyTagClassName
{
color: #430962;
}
</style>
background-color css
<style>
a { background-color: #430962; }
a { background-color: rgb(67,9,98); }
div.DivClassName
{
background-color: #430962;
}
.BgClassName
{
background-color: #430962;
}
</style>
border-color css
<style>
span { border-color: #430962; }
span { border-color: rgb(67,9,98); }
td.TdClassName
{
border-color: #430962;
}
.TagClassName
{
border-color: #430962;
}
</style>