Shades of Indigo #62077B
Tints of Indigo #62077B
RGB
CMYK
RGB Variations
Color information
#62077B (or 0x62077B) is known color: Indigo. HEX triplet: 62, 07 and 7B. RGB value is (98,7,123). Sum of RGB (Red+Green+Blue) = 98+7+123=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #62077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62077B is #9DF884. Grayscale: #2F2F2F. Windows color (decimal): -10352773 or 8062818. OLE color: 8062818.
HSL color Cylindrical-coordinate representation of color #62077B: hue angle of 287.07º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62077B is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 7 | 123 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.52 |
| HSL | 287.07º | 0.89% | 0.25% | - |
| HSV(B) | 287.07º | 0.94% | 0.48% | - |
| XYZ | 8.69 | 4.18 | 19.09 | - |
| YUV | 47.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 123 | 0.20 | 0.94 | 0 | 0.52 | 287.07 | 0.89 | 0.25 |
| Hex | 62 | 7 | 7B | 14 | 5E | 0 | 34 | 11F | 59 | 19 |
| Octal | 142 | 7 | 173 | 24 | 136 | 0 | 64 | 437 | 131 | 31 |
| Binary | 1100010 | 111 | 1111011 | 10100 | 1011110 | 0 | 110100 | 100011111 | 1011001 | 11001 |
Color Harmonies of #62077B
Complementary color
Monochromatic Colors of #62077B
Black with #62077B
Text Example
Text Example
White with #62077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62077B; }
p { color: rgb(98,7,123); }
H1.HeaderClassName
{
color: #62077B;
}
.AnyTagClassName
{
color: #62077B;
}
</style>
background-color css
<style>
a { background-color: #62077B; }
a { background-color: rgb(98,7,123); }
div.DivClassName
{
background-color: #62077B;
}
.BgClassName
{
background-color: #62077B;
}
</style>
border-color css
<style>
span { border-color: #62077B; }
span { border-color: rgb(98,7,123); }
td.TdClassName
{
border-color: #62077B;
}
.TagClassName
{
border-color: #62077B;
}
</style>