Shades of Indigo #61039B
Tints of Indigo #61039B
RGB
CMYK
RGB Variations
Color information
#61039B (or 0x61039B) is known color: Indigo. HEX triplet: 61, 03 and 9B. RGB value is (97,3,155). Sum of RGB (Red+Green+Blue) = 97+3+155=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #61039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61039B is #9EFC64. Grayscale: #2F2F2F. Windows color (decimal): -10419301 or 10158945. OLE color: 10158945.
HSL color Cylindrical-coordinate representation of color #61039B: hue angle of 277.11º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61039B is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 3 | 155 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.39 |
| HSL | 277.11º | 0.96% | 0.31% | - |
| HSV(B) | 277.11º | 0.98% | 0.61% | - |
| XYZ | 10.88 | 4.97 | 31.4 | - |
| YUV | 48.43 | 188.14 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 155 | 0.37 | 0.98 | 0 | 0.39 | 277.11 | 0.96 | 0.31 |
| Hex | 61 | 3 | 9B | 25 | 62 | 0 | 27 | 115 | 60 | 1F |
| Octal | 141 | 3 | 233 | 45 | 142 | 0 | 47 | 425 | 140 | 37 |
| Binary | 1100001 | 11 | 10011011 | 100101 | 1100010 | 0 | 100111 | 100010101 | 1100000 | 11111 |
Color Harmonies of #61039B
Complementary color
Monochromatic Colors of #61039B
Black with #61039B
Text Example
Text Example
White with #61039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61039B; }
p { color: rgb(97,3,155); }
H1.HeaderClassName
{
color: #61039B;
}
.AnyTagClassName
{
color: #61039B;
}
</style>
background-color css
<style>
a { background-color: #61039B; }
a { background-color: rgb(97,3,155); }
div.DivClassName
{
background-color: #61039B;
}
.BgClassName
{
background-color: #61039B;
}
</style>
border-color css
<style>
span { border-color: #61039B; }
span { border-color: rgb(97,3,155); }
td.TdClassName
{
border-color: #61039B;
}
.TagClassName
{
border-color: #61039B;
}
</style>