Shades of Indigo #67088F
Tints of Indigo #67088F
RGB
CMYK
RGB Variations
Color information
#67088F (or 0x67088F) is known color: Indigo. HEX triplet: 67, 08 and 8F. RGB value is (103,8,143). Sum of RGB (Red+Green+Blue) = 103+8+143=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #67088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67088F is #98F770. Grayscale: #333333. Windows color (decimal): -10024817 or 9373799. OLE color: 9373799.
HSL color Cylindrical-coordinate representation of color #67088F: hue angle of 282.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67088F is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 8 | 143 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.44 |
| HSL | 282.22º | 0.89% | 0.3% | - |
| HSV(B) | 282.22º | 0.94% | 0.56% | - |
| XYZ | 10.64 | 5.04 | 26.4 | - |
| YUV | 51.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 143 | 0.28 | 0.94 | 0 | 0.44 | 282.22 | 0.89 | 0.3 |
| Hex | 67 | 8 | 8F | 1C | 5E | 0 | 2C | 11A | 59 | 1E |
| Octal | 147 | 10 | 217 | 34 | 136 | 0 | 54 | 432 | 131 | 36 |
| Binary | 1100111 | 1000 | 10001111 | 11100 | 1011110 | 0 | 101100 | 100011010 | 1011001 | 11110 |
Color Harmonies of #67088F
Complementary color
Monochromatic Colors of #67088F
Black with #67088F
Text Example
Text Example
White with #67088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67088F; }
p { color: rgb(103,8,143); }
H1.HeaderClassName
{
color: #67088F;
}
.AnyTagClassName
{
color: #67088F;
}
</style>
background-color css
<style>
a { background-color: #67088F; }
a { background-color: rgb(103,8,143); }
div.DivClassName
{
background-color: #67088F;
}
.BgClassName
{
background-color: #67088F;
}
</style>
border-color css
<style>
span { border-color: #67088F; }
span { border-color: rgb(103,8,143); }
td.TdClassName
{
border-color: #67088F;
}
.TagClassName
{
border-color: #67088F;
}
</style>