Shades of Indigo #62089C
Tints of Indigo #62089C
RGB
CMYK
RGB Variations
Color information
#62089C (or 0x62089C) is known color: Indigo. HEX triplet: 62, 08 and 9C. RGB value is (98,8,156). Sum of RGB (Red+Green+Blue) = 98+8+156=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #62089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62089C is #9DF763. Grayscale: #333333. Windows color (decimal): -10352484 or 10225762. OLE color: 10225762.
HSL color Cylindrical-coordinate representation of color #62089C: hue angle of 276.49º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62089C is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 8 | 156 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.39 |
| HSL | 276.49º | 0.9% | 0.32% | - |
| HSV(B) | 276.49º | 0.95% | 0.61% | - |
| XYZ | 11.12 | 5.17 | 31.86 | - |
| YUV | 51.78 | 186.82 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 156 | 0.37 | 0.95 | 0 | 0.39 | 276.49 | 0.9 | 0.32 |
| Hex | 62 | 8 | 9C | 25 | 5F | 0 | 27 | 114 | 5A | 20 |
| Octal | 142 | 10 | 234 | 45 | 137 | 0 | 47 | 424 | 132 | 40 |
| Binary | 1100010 | 1000 | 10011100 | 100101 | 1011111 | 0 | 100111 | 100010100 | 1011010 | 100000 |
Color Harmonies of #62089C
Complementary color
Monochromatic Colors of #62089C
Black with #62089C
Text Example
Text Example
White with #62089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62089C; }
p { color: rgb(98,8,156); }
H1.HeaderClassName
{
color: #62089C;
}
.AnyTagClassName
{
color: #62089C;
}
</style>
background-color css
<style>
a { background-color: #62089C; }
a { background-color: rgb(98,8,156); }
div.DivClassName
{
background-color: #62089C;
}
.BgClassName
{
background-color: #62089C;
}
</style>
border-color css
<style>
span { border-color: #62089C; }
span { border-color: rgb(98,8,156); }
td.TdClassName
{
border-color: #62089C;
}
.TagClassName
{
border-color: #62089C;
}
</style>