Shades of Indigo #620688
Tints of Indigo #620688
RGB
CMYK
RGB Variations
Color information
#620688 (or 0x620688) is known color: Indigo. HEX triplet: 62, 06 and 88. RGB value is (98,6,136). Sum of RGB (Red+Green+Blue) = 98+6+136=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #620688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620688 is #9DF977. Grayscale: #2F2F2F. Windows color (decimal): -10353016 or 8914530. OLE color: 8914530.
HSL color Cylindrical-coordinate representation of color #620688: hue angle of 282.46º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #620688 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 6 | 136 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.47 |
| HSL | 282.46º | 0.92% | 0.28% | - |
| HSV(B) | 282.46º | 0.96% | 0.53% | - |
| XYZ | 9.55 | 4.5 | 23.66 | - |
| YUV | 48.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 136 | 0.28 | 0.96 | 0 | 0.47 | 282.46 | 0.92 | 0.28 |
| Hex | 62 | 6 | 88 | 1C | 60 | 0 | 2F | 11A | 5C | 1C |
| Octal | 142 | 6 | 210 | 34 | 140 | 0 | 57 | 432 | 134 | 34 |
| Binary | 1100010 | 110 | 10001000 | 11100 | 1100000 | 0 | 101111 | 100011010 | 1011100 | 11100 |
Color Harmonies of #620688
Complementary color
Monochromatic Colors of #620688
Black with #620688
Text Example
Text Example
White with #620688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620688; }
p { color: rgb(98,6,136); }
H1.HeaderClassName
{
color: #620688;
}
.AnyTagClassName
{
color: #620688;
}
</style>
background-color css
<style>
a { background-color: #620688; }
a { background-color: rgb(98,6,136); }
div.DivClassName
{
background-color: #620688;
}
.BgClassName
{
background-color: #620688;
}
</style>
border-color css
<style>
span { border-color: #620688; }
span { border-color: rgb(98,6,136); }
td.TdClassName
{
border-color: #620688;
}
.TagClassName
{
border-color: #620688;
}
</style>