Shades of Indigo #62018F
Tints of Indigo #62018F
RGB
CMYK
RGB Variations
Color information
#62018F (or 0x62018F) is known color: Indigo. HEX triplet: 62, 01 and 8F. RGB value is (98,1,143). Sum of RGB (Red+Green+Blue) = 98+1+143=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #62018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62018F is #9DFE70. Grayscale: #2D2D2D. Windows color (decimal): -10354289 or 9372002. OLE color: 9372002.
HSL color Cylindrical-coordinate representation of color #62018F: hue angle of 280.99º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62018F is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 1 | 143 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.44 |
| HSL | 280.99º | 0.99% | 0.28% | - |
| HSV(B) | 280.99º | 0.99% | 0.56% | - |
| XYZ | 10.01 | 4.6 | 26.35 | - |
| YUV | 46.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 143 | 0.31 | 0.99 | 0 | 0.44 | 280.99 | 0.99 | 0.28 |
| Hex | 62 | 1 | 8F | 1F | 63 | 0 | 2C | 119 | 63 | 1C |
| Octal | 142 | 1 | 217 | 37 | 143 | 0 | 54 | 431 | 143 | 34 |
| Binary | 1100010 | 1 | 10001111 | 11111 | 1100011 | 0 | 101100 | 100011001 | 1100011 | 11100 |
Color Harmonies of #62018F
Complementary color
Monochromatic Colors of #62018F
Black with #62018F
Text Example
Text Example
White with #62018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62018F; }
p { color: rgb(98,1,143); }
H1.HeaderClassName
{
color: #62018F;
}
.AnyTagClassName
{
color: #62018F;
}
</style>
background-color css
<style>
a { background-color: #62018F; }
a { background-color: rgb(98,1,143); }
div.DivClassName
{
background-color: #62018F;
}
.BgClassName
{
background-color: #62018F;
}
</style>
border-color css
<style>
span { border-color: #62018F; }
span { border-color: rgb(98,1,143); }
td.TdClassName
{
border-color: #62018F;
}
.TagClassName
{
border-color: #62018F;
}
</style>