Shades of Indigo #67019A
Tints of Indigo #67019A
RGB
CMYK
RGB Variations
Color information
#67019A (or 0x67019A) is known color: Indigo. HEX triplet: 67, 01 and 9A. RGB value is (103,1,154). Sum of RGB (Red+Green+Blue) = 103+1+154=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #67019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67019A is #98FE65. Grayscale: #303030. Windows color (decimal): -10026598 or 10092903. OLE color: 10092903.
HSL color Cylindrical-coordinate representation of color #67019A: hue angle of 280º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67019A is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 1 | 154 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.40 |
| HSL | 280º | 0.99% | 0.3% | - |
| HSV(B) | 280º | 0.99% | 0.6% | - |
| XYZ | 11.44 | 5.24 | 30.98 | - |
| YUV | 48.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 154 | 0.33 | 0.99 | 0 | 0.40 | 280 | 0.99 | 0.3 |
| Hex | 67 | 1 | 9A | 21 | 63 | 0 | 28 | 118 | 63 | 1E |
| Octal | 147 | 1 | 232 | 41 | 143 | 0 | 50 | 430 | 143 | 36 |
| Binary | 1100111 | 1 | 10011010 | 100001 | 1100011 | 0 | 101000 | 100011000 | 1100011 | 11110 |
Color Harmonies of #67019A
Complementary color
Monochromatic Colors of #67019A
Black with #67019A
Text Example
Text Example
White with #67019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67019A; }
p { color: rgb(103,1,154); }
H1.HeaderClassName
{
color: #67019A;
}
.AnyTagClassName
{
color: #67019A;
}
</style>
background-color css
<style>
a { background-color: #67019A; }
a { background-color: rgb(103,1,154); }
div.DivClassName
{
background-color: #67019A;
}
.BgClassName
{
background-color: #67019A;
}
</style>
border-color css
<style>
span { border-color: #67019A; }
span { border-color: rgb(103,1,154); }
td.TdClassName
{
border-color: #67019A;
}
.TagClassName
{
border-color: #67019A;
}
</style>