Shades of Indigo #61067B
Tints of Indigo #61067B
RGB
CMYK
RGB Variations
Color information
#61067B (or 0x61067B) is known color: Indigo. HEX triplet: 61, 06 and 7B. RGB value is (97,6,123). Sum of RGB (Red+Green+Blue) = 97+6+123=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #61067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61067B is #9EF984. Grayscale: #2E2E2E. Windows color (decimal): -10418565 or 8062561. OLE color: 8062561.
HSL color Cylindrical-coordinate representation of color #61067B: hue angle of 286.67º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61067B is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 6 | 123 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.52 |
| HSL | 286.67º | 0.91% | 0.25% | - |
| HSV(B) | 286.67º | 0.95% | 0.48% | - |
| XYZ | 8.57 | 4.1 | 19.08 | - |
| YUV | 46.55 | 171.15 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 6 | 123 | 0.21 | 0.95 | 0 | 0.52 | 286.67 | 0.91 | 0.25 |
| Hex | 61 | 6 | 7B | 15 | 5F | 0 | 34 | 11F | 5B | 19 |
| Octal | 141 | 6 | 173 | 25 | 137 | 0 | 64 | 437 | 133 | 31 |
| Binary | 1100001 | 110 | 1111011 | 10101 | 1011111 | 0 | 110100 | 100011111 | 1011011 | 11001 |
Color Harmonies of #61067B
Complementary color
Monochromatic Colors of #61067B
Black with #61067B
Text Example
Text Example
White with #61067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61067B; }
p { color: rgb(97,6,123); }
H1.HeaderClassName
{
color: #61067B;
}
.AnyTagClassName
{
color: #61067B;
}
</style>
background-color css
<style>
a { background-color: #61067B; }
a { background-color: rgb(97,6,123); }
div.DivClassName
{
background-color: #61067B;
}
.BgClassName
{
background-color: #61067B;
}
</style>
border-color css
<style>
span { border-color: #61067B; }
span { border-color: rgb(97,6,123); }
td.TdClassName
{
border-color: #61067B;
}
.TagClassName
{
border-color: #61067B;
}
</style>