Shades of Indigo #67028B
Tints of Indigo #67028B
RGB
CMYK
RGB Variations
Color information
#67028B (or 0x67028B) is known color: Indigo. HEX triplet: 67, 02 and 8B. RGB value is (103,2,139). Sum of RGB (Red+Green+Blue) = 103+2+139=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #67028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67028B is #98FD74. Grayscale: #2F2F2F. Windows color (decimal): -10026357 or 9110119. OLE color: 9110119.
HSL color Cylindrical-coordinate representation of color #67028B: hue angle of 284.23º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67028B is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 2 | 139 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.45 |
| HSL | 284.23º | 0.97% | 0.28% | - |
| HSV(B) | 284.23º | 0.99% | 0.55% | - |
| XYZ | 10.28 | 4.79 | 24.81 | - |
| YUV | 47.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 139 | 0.26 | 0.99 | 0 | 0.45 | 284.23 | 0.97 | 0.28 |
| Hex | 67 | 2 | 8B | 1A | 63 | 0 | 2D | 11C | 61 | 1C |
| Octal | 147 | 2 | 213 | 32 | 143 | 0 | 55 | 434 | 141 | 34 |
| Binary | 1100111 | 10 | 10001011 | 11010 | 1100011 | 0 | 101101 | 100011100 | 1100001 | 11100 |
Color Harmonies of #67028B
Complementary color
Monochromatic Colors of #67028B
Black with #67028B
Text Example
Text Example
White with #67028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67028B; }
p { color: rgb(103,2,139); }
H1.HeaderClassName
{
color: #67028B;
}
.AnyTagClassName
{
color: #67028B;
}
</style>
background-color css
<style>
a { background-color: #67028B; }
a { background-color: rgb(103,2,139); }
div.DivClassName
{
background-color: #67028B;
}
.BgClassName
{
background-color: #67028B;
}
</style>
border-color css
<style>
span { border-color: #67028B; }
span { border-color: rgb(103,2,139); }
td.TdClassName
{
border-color: #67028B;
}
.TagClassName
{
border-color: #67028B;
}
</style>