Shades of Indigo #67028F
Tints of Indigo #67028F
RGB
CMYK
RGB Variations
Color information
#67028F (or 0x67028F) is known color: Indigo. HEX triplet: 67, 02 and 8F. RGB value is (103,2,143). Sum of RGB (Red+Green+Blue) = 103+2+143=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #67028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67028F is #98FD70. Grayscale: #2F2F2F. Windows color (decimal): -10026353 or 9372263. OLE color: 9372263.
HSL color Cylindrical-coordinate representation of color #67028F: hue angle of 282.98º degrees, saturation: 0.97, 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 #67028F is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 2 | 143 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.44 |
| HSL | 282.98º | 0.97% | 0.28% | - |
| HSV(B) | 282.98º | 0.99% | 0.56% | - |
| XYZ | 10.57 | 4.91 | 26.38 | - |
| YUV | 48.27 | 181.46 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 143 | 0.28 | 0.99 | 0 | 0.44 | 282.98 | 0.97 | 0.28 |
| Hex | 67 | 2 | 8F | 1C | 63 | 0 | 2C | 11B | 61 | 1C |
| Octal | 147 | 2 | 217 | 34 | 143 | 0 | 54 | 433 | 141 | 34 |
| Binary | 1100111 | 10 | 10001111 | 11100 | 1100011 | 0 | 101100 | 100011011 | 1100001 | 11100 |
Color Harmonies of #67028F
Complementary color
Monochromatic Colors of #67028F
Black with #67028F
Text Example
Text Example
White with #67028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67028F; }
p { color: rgb(103,2,143); }
H1.HeaderClassName
{
color: #67028F;
}
.AnyTagClassName
{
color: #67028F;
}
</style>
background-color css
<style>
a { background-color: #67028F; }
a { background-color: rgb(103,2,143); }
div.DivClassName
{
background-color: #67028F;
}
.BgClassName
{
background-color: #67028F;
}
</style>
border-color css
<style>
span { border-color: #67028F; }
span { border-color: rgb(103,2,143); }
td.TdClassName
{
border-color: #67028F;
}
.TagClassName
{
border-color: #67028F;
}
</style>