Shades of Indigo #67029B
Tints of Indigo #67029B
RGB
CMYK
RGB Variations
Color information
#67029B (or 0x67029B) is known color: Indigo. HEX triplet: 67, 02 and 9B. RGB value is (103,2,155). Sum of RGB (Red+Green+Blue) = 103+2+155=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #67029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67029B is #98FD64. Grayscale: #313131. Windows color (decimal): -10026341 or 10158695. OLE color: 10158695.
HSL color Cylindrical-coordinate representation of color #67029B: hue angle of 279.61º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67029B is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 2 | 155 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.39 |
| HSL | 279.61º | 0.97% | 0.31% | - |
| HSV(B) | 279.61º | 0.99% | 0.61% | - |
| XYZ | 11.53 | 5.29 | 31.42 | - |
| YUV | 49.64 | 187.46 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 155 | 0.34 | 0.99 | 0 | 0.39 | 279.61 | 0.97 | 0.31 |
| Hex | 67 | 2 | 9B | 22 | 63 | 0 | 27 | 118 | 61 | 1F |
| Octal | 147 | 2 | 233 | 42 | 143 | 0 | 47 | 430 | 141 | 37 |
| Binary | 1100111 | 10 | 10011011 | 100010 | 1100011 | 0 | 100111 | 100011000 | 1100001 | 11111 |
Color Harmonies of #67029B
Complementary color
Monochromatic Colors of #67029B
Black with #67029B
Text Example
Text Example
White with #67029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67029B; }
p { color: rgb(103,2,155); }
H1.HeaderClassName
{
color: #67029B;
}
.AnyTagClassName
{
color: #67029B;
}
</style>
background-color css
<style>
a { background-color: #67029B; }
a { background-color: rgb(103,2,155); }
div.DivClassName
{
background-color: #67029B;
}
.BgClassName
{
background-color: #67029B;
}
</style>
border-color css
<style>
span { border-color: #67029B; }
span { border-color: rgb(103,2,155); }
td.TdClassName
{
border-color: #67029B;
}
.TagClassName
{
border-color: #67029B;
}
</style>