Shades of Indigo #67038A
Tints of Indigo #67038A
RGB
CMYK
RGB Variations
Color information
#67038A (or 0x67038A) is known color: Indigo. HEX triplet: 67, 03 and 8A. RGB value is (103,3,138). Sum of RGB (Red+Green+Blue) = 103+3+138=244 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.21% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #67038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67038A is #98FC75. Grayscale: #2F2F2F. Windows color (decimal): -10026102 or 9044839. OLE color: 9044839.
HSL color Cylindrical-coordinate representation of color #67038A: hue angle of 284.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67038A is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 3 | 138 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.46 |
| HSL | 284.44º | 0.96% | 0.28% | - |
| HSV(B) | 284.44º | 0.98% | 0.54% | - |
| XYZ | 10.21 | 4.78 | 24.43 | - |
| YUV | 48.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 138 | 0.25 | 0.98 | 0 | 0.46 | 284.44 | 0.96 | 0.28 |
| Hex | 67 | 3 | 8A | 19 | 62 | 0 | 2E | 11C | 60 | 1C |
| Octal | 147 | 3 | 212 | 31 | 142 | 0 | 56 | 434 | 140 | 34 |
| Binary | 1100111 | 11 | 10001010 | 11001 | 1100010 | 0 | 101110 | 100011100 | 1100000 | 11100 |
Color Harmonies of #67038A
Complementary color
Monochromatic Colors of #67038A
Black with #67038A
Text Example
Text Example
White with #67038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67038A; }
p { color: rgb(103,3,138); }
H1.HeaderClassName
{
color: #67038A;
}
.AnyTagClassName
{
color: #67038A;
}
</style>
background-color css
<style>
a { background-color: #67038A; }
a { background-color: rgb(103,3,138); }
div.DivClassName
{
background-color: #67038A;
}
.BgClassName
{
background-color: #67038A;
}
</style>
border-color css
<style>
span { border-color: #67038A; }
span { border-color: rgb(103,3,138); }
td.TdClassName
{
border-color: #67038A;
}
.TagClassName
{
border-color: #67038A;
}
</style>