Shades of Indigo #610383
Tints of Indigo #610383
RGB
CMYK
RGB Variations
Color information
#610383 (or 0x610383) is known color: Indigo. HEX triplet: 61, 03 and 83. RGB value is (97,3,131). Sum of RGB (Red+Green+Blue) = 97+3+131=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #610383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610383 is #9EFC7C. Grayscale: #2D2D2D. Windows color (decimal): -10419325 or 8586081. OLE color: 8586081.
HSL color Cylindrical-coordinate representation of color #610383: hue angle of 284.06º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610383 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 3 | 131 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.49 |
| HSL | 284.06º | 0.96% | 0.26% | - |
| HSV(B) | 284.06º | 0.98% | 0.51% | - |
| XYZ | 9.06 | 4.25 | 21.81 | - |
| YUV | 45.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 131 | 0.26 | 0.98 | 0 | 0.49 | 284.06 | 0.96 | 0.26 |
| Hex | 61 | 3 | 83 | 1A | 62 | 0 | 31 | 11C | 60 | 1A |
| Octal | 141 | 3 | 203 | 32 | 142 | 0 | 61 | 434 | 140 | 32 |
| Binary | 1100001 | 11 | 10000011 | 11010 | 1100010 | 0 | 110001 | 100011100 | 1100000 | 11010 |
Color Harmonies of #610383
Complementary color
Monochromatic Colors of #610383
Black with #610383
Text Example
Text Example
White with #610383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610383; }
p { color: rgb(97,3,131); }
H1.HeaderClassName
{
color: #610383;
}
.AnyTagClassName
{
color: #610383;
}
</style>
background-color css
<style>
a { background-color: #610383; }
a { background-color: rgb(97,3,131); }
div.DivClassName
{
background-color: #610383;
}
.BgClassName
{
background-color: #610383;
}
</style>
border-color css
<style>
span { border-color: #610383; }
span { border-color: rgb(97,3,131); }
td.TdClassName
{
border-color: #610383;
}
.TagClassName
{
border-color: #610383;
}
</style>