Shades of Indigo #620783
Tints of Indigo #620783
RGB
CMYK
RGB Variations
Color information
#620783 (or 0x620783) is known color: Indigo. HEX triplet: 62, 07 and 83. RGB value is (98,7,131). Sum of RGB (Red+Green+Blue) = 98+7+131=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #620783 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620783 is #9DF87C. Grayscale: #2F2F2F. Windows color (decimal): -10352765 or 8587106. OLE color: 8587106.
HSL color Cylindrical-coordinate representation of color #620783: hue angle of 284.03º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620783 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 7 | 131 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.49 |
| HSL | 284.03º | 0.9% | 0.27% | - |
| HSV(B) | 284.03º | 0.95% | 0.51% | - |
| XYZ | 9.21 | 4.39 | 21.83 | - |
| YUV | 48.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 131 | 0.25 | 0.95 | 0 | 0.49 | 284.03 | 0.9 | 0.27 |
| Hex | 62 | 7 | 83 | 19 | 5F | 0 | 31 | 11C | 5A | 1B |
| Octal | 142 | 7 | 203 | 31 | 137 | 0 | 61 | 434 | 132 | 33 |
| Binary | 1100010 | 111 | 10000011 | 11001 | 1011111 | 0 | 110001 | 100011100 | 1011010 | 11011 |
Color Harmonies of #620783
Complementary color
Monochromatic Colors of #620783
Black with #620783
Text Example
Text Example
White with #620783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620783; }
p { color: rgb(98,7,131); }
H1.HeaderClassName
{
color: #620783;
}
.AnyTagClassName
{
color: #620783;
}
</style>
background-color css
<style>
a { background-color: #620783; }
a { background-color: rgb(98,7,131); }
div.DivClassName
{
background-color: #620783;
}
.BgClassName
{
background-color: #620783;
}
</style>
border-color css
<style>
span { border-color: #620783; }
span { border-color: rgb(98,7,131); }
td.TdClassName
{
border-color: #620783;
}
.TagClassName
{
border-color: #620783;
}
</style>