Shades of Indigo #62078A
Tints of Indigo #62078A
RGB
CMYK
RGB Variations
Color information
#62078A (or 0x62078A) is known color: Indigo. HEX triplet: 62, 07 and 8A. RGB value is (98,7,138). Sum of RGB (Red+Green+Blue) = 98+7+138=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #62078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62078A is #9DF875. Grayscale: #303030. Windows color (decimal): -10352758 or 9045858. OLE color: 9045858.
HSL color Cylindrical-coordinate representation of color #62078A: hue angle of 281.68º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62078A is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 7 | 138 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.46 |
| HSL | 281.68º | 0.9% | 0.28% | - |
| HSV(B) | 281.68º | 0.95% | 0.54% | - |
| XYZ | 9.7 | 4.58 | 24.42 | - |
| YUV | 49.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 138 | 0.29 | 0.95 | 0 | 0.46 | 281.68 | 0.9 | 0.28 |
| Hex | 62 | 7 | 8A | 1D | 5F | 0 | 2E | 11A | 5A | 1C |
| Octal | 142 | 7 | 212 | 35 | 137 | 0 | 56 | 432 | 132 | 34 |
| Binary | 1100010 | 111 | 10001010 | 11101 | 1011111 | 0 | 101110 | 100011010 | 1011010 | 11100 |
Color Harmonies of #62078A
Complementary color
Monochromatic Colors of #62078A
Black with #62078A
Text Example
Text Example
White with #62078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62078A; }
p { color: rgb(98,7,138); }
H1.HeaderClassName
{
color: #62078A;
}
.AnyTagClassName
{
color: #62078A;
}
</style>
background-color css
<style>
a { background-color: #62078A; }
a { background-color: rgb(98,7,138); }
div.DivClassName
{
background-color: #62078A;
}
.BgClassName
{
background-color: #62078A;
}
</style>
border-color css
<style>
span { border-color: #62078A; }
span { border-color: rgb(98,7,138); }
td.TdClassName
{
border-color: #62078A;
}
.TagClassName
{
border-color: #62078A;
}
</style>