Shades of Indigo #67018F
Tints of Indigo #67018F
RGB
CMYK
RGB Variations
Color information
#67018F (or 0x67018F) is known color: Indigo. HEX triplet: 67, 01 and 8F. RGB value is (103,1,143). Sum of RGB (Red+Green+Blue) = 103+1+143=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #67018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67018F is #98FE70. Grayscale: #2F2F2F. Windows color (decimal): -10026609 or 9372007. OLE color: 9372007.
HSL color Cylindrical-coordinate representation of color #67018F: hue angle of 283.1º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67018F is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 1 | 143 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.44 |
| HSL | 283.1º | 0.99% | 0.28% | - |
| HSV(B) | 283.1º | 0.99% | 0.56% | - |
| XYZ | 10.56 | 4.89 | 26.37 | - |
| YUV | 47.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 143 | 0.28 | 0.99 | 0 | 0.44 | 283.1 | 0.99 | 0.28 |
| Hex | 67 | 1 | 8F | 1C | 63 | 0 | 2C | 11B | 63 | 1C |
| Octal | 147 | 1 | 217 | 34 | 143 | 0 | 54 | 433 | 143 | 34 |
| Binary | 1100111 | 1 | 10001111 | 11100 | 1100011 | 0 | 101100 | 100011011 | 1100011 | 11100 |
Color Harmonies of #67018F
Complementary color
Monochromatic Colors of #67018F
Black with #67018F
Text Example
Text Example
White with #67018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67018F; }
p { color: rgb(103,1,143); }
H1.HeaderClassName
{
color: #67018F;
}
.AnyTagClassName
{
color: #67018F;
}
</style>
background-color css
<style>
a { background-color: #67018F; }
a { background-color: rgb(103,1,143); }
div.DivClassName
{
background-color: #67018F;
}
.BgClassName
{
background-color: #67018F;
}
</style>
border-color css
<style>
span { border-color: #67018F; }
span { border-color: rgb(103,1,143); }
td.TdClassName
{
border-color: #67018F;
}
.TagClassName
{
border-color: #67018F;
}
</style>