Shades of Indigo #621083
Tints of Indigo #621083
RGB
CMYK
RGB Variations
Color information
#621083 (or 0x621083) is known color: Indigo. HEX triplet: 62, 10 and 83. RGB value is (98,16,131). Sum of RGB (Red+Green+Blue) = 98+16+131=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #621083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621083 is #9DEF7C. Grayscale: #353535. Windows color (decimal): -10350461 or 8589410. OLE color: 8589410.
HSL color Cylindrical-coordinate representation of color #621083: hue angle of 282.78º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621083 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 16 | 131 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.49 |
| HSL | 282.78º | 0.78% | 0.29% | - |
| HSV(B) | 282.78º | 0.88% | 0.51% | - |
| XYZ | 9.32 | 4.61 | 21.87 | - |
| YUV | 53.63 | 171.67 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 131 | 0.25 | 0.88 | 0 | 0.49 | 282.78 | 0.78 | 0.29 |
| Hex | 62 | 10 | 83 | 19 | 58 | 0 | 31 | 11B | 4E | 1D |
| Octal | 142 | 20 | 203 | 31 | 130 | 0 | 61 | 433 | 116 | 35 |
| Binary | 1100010 | 10000 | 10000011 | 11001 | 1011000 | 0 | 110001 | 100011011 | 1001110 | 11101 |
Color Harmonies of #621083
Complementary color
Monochromatic Colors of #621083
Black with #621083
Text Example
Text Example
White with #621083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621083; }
p { color: rgb(98,16,131); }
H1.HeaderClassName
{
color: #621083;
}
.AnyTagClassName
{
color: #621083;
}
</style>
background-color css
<style>
a { background-color: #621083; }
a { background-color: rgb(98,16,131); }
div.DivClassName
{
background-color: #621083;
}
.BgClassName
{
background-color: #621083;
}
</style>
border-color css
<style>
span { border-color: #621083; }
span { border-color: rgb(98,16,131); }
td.TdClassName
{
border-color: #621083;
}
.TagClassName
{
border-color: #621083;
}
</style>