Shades of Indigo #43079C
Tints of Indigo #43079C
RGB
CMYK
RGB Variations
Color information
#43079C (or 0x43079C) is known color: Indigo. HEX triplet: 43, 07 and 9C. RGB value is (67,7,156). Sum of RGB (Red+Green+Blue) = 67+7+156=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #43079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43079C is #BCF863. Grayscale: #292929. Windows color (decimal): -12384356 or 10225475. OLE color: 10225475.
HSL color Cylindrical-coordinate representation of color #43079C: hue angle of 264.16º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43079C is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 7 | 156 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.39 |
| HSL | 264.16º | 0.91% | 0.32% | - |
| HSV(B) | 264.16º | 0.96% | 0.61% | - |
| XYZ | 8.39 | 3.75 | 31.73 | - |
| YUV | 41.93 | 192.38 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 156 | 0.57 | 0.96 | 0 | 0.39 | 264.16 | 0.91 | 0.32 |
| Hex | 43 | 7 | 9C | 39 | 60 | 0 | 27 | 108 | 5B | 20 |
| Octal | 103 | 7 | 234 | 71 | 140 | 0 | 47 | 410 | 133 | 40 |
| Binary | 1000011 | 111 | 10011100 | 111001 | 1100000 | 0 | 100111 | 100001000 | 1011011 | 100000 |
Color Harmonies of #43079C
Complementary color
Monochromatic Colors of #43079C
Black with #43079C
Text Example
Text Example
White with #43079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43079C; }
p { color: rgb(67,7,156); }
H1.HeaderClassName
{
color: #43079C;
}
.AnyTagClassName
{
color: #43079C;
}
</style>
background-color css
<style>
a { background-color: #43079C; }
a { background-color: rgb(67,7,156); }
div.DivClassName
{
background-color: #43079C;
}
.BgClassName
{
background-color: #43079C;
}
</style>
border-color css
<style>
span { border-color: #43079C; }
span { border-color: rgb(67,7,156); }
td.TdClassName
{
border-color: #43079C;
}
.TagClassName
{
border-color: #43079C;
}
</style>