Shades of Indigo #430862
Tints of Indigo #430862
RGB
CMYK
RGB Variations
Color information
#430862 (or 0x430862) is known color: Indigo. HEX triplet: 43, 08 and 62. RGB value is (67,8,98). Sum of RGB (Red+Green+Blue) = 67+8+98=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #430862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430862 is #BCF79D. Grayscale: #232323. Windows color (decimal): -12384158 or 6424643. OLE color: 6424643.
HSL color Cylindrical-coordinate representation of color #430862: hue angle of 279.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430862 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 8 | 98 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.62 |
| HSL | 279.33º | 0.85% | 0.21% | - |
| HSV(B) | 279.33º | 0.92% | 0.38% | - |
| XYZ | 4.61 | 2.25 | 11.75 | - |
| YUV | 35.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 98 | 0.32 | 0.92 | 0 | 0.62 | 279.33 | 0.85 | 0.21 |
| Hex | 43 | 8 | 62 | 20 | 5C | 0 | 3E | 117 | 55 | 15 |
| Octal | 103 | 10 | 142 | 40 | 134 | 0 | 76 | 427 | 125 | 25 |
| Binary | 1000011 | 1000 | 1100010 | 100000 | 1011100 | 0 | 111110 | 100010111 | 1010101 | 10101 |
Color Harmonies of #430862
Complementary color
Monochromatic Colors of #430862
Black with #430862
Text Example
Text Example
White with #430862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430862; }
p { color: rgb(67,8,98); }
H1.HeaderClassName
{
color: #430862;
}
.AnyTagClassName
{
color: #430862;
}
</style>
background-color css
<style>
a { background-color: #430862; }
a { background-color: rgb(67,8,98); }
div.DivClassName
{
background-color: #430862;
}
.BgClassName
{
background-color: #430862;
}
</style>
border-color css
<style>
span { border-color: #430862; }
span { border-color: rgb(67,8,98); }
td.TdClassName
{
border-color: #430862;
}
.TagClassName
{
border-color: #430862;
}
</style>