Shades of Indigo #620398
Tints of Indigo #620398
RGB
CMYK
RGB Variations
Color information
#620398 (or 0x620398) is known color: Indigo. HEX triplet: 62, 03 and 98. RGB value is (98,3,152). Sum of RGB (Red+Green+Blue) = 98+3+152=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #620398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620398 is #9DFC67. Grayscale: #2F2F2F. Windows color (decimal): -10353768 or 9962338. OLE color: 9962338.
HSL color Cylindrical-coordinate representation of color #620398: hue angle of 278.26º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620398 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 3 | 152 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.40 |
| HSL | 278.26º | 0.96% | 0.3% | - |
| HSV(B) | 278.26º | 0.98% | 0.6% | - |
| XYZ | 10.74 | 4.93 | 30.09 | - |
| YUV | 48.39 | 186.47 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 152 | 0.36 | 0.98 | 0 | 0.40 | 278.26 | 0.96 | 0.3 |
| Hex | 62 | 3 | 98 | 24 | 62 | 0 | 28 | 116 | 60 | 1E |
| Octal | 142 | 3 | 230 | 44 | 142 | 0 | 50 | 426 | 140 | 36 |
| Binary | 1100010 | 11 | 10011000 | 100100 | 1100010 | 0 | 101000 | 100010110 | 1100000 | 11110 |
Color Harmonies of #620398
Complementary color
Monochromatic Colors of #620398
Black with #620398
Text Example
Text Example
White with #620398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620398; }
p { color: rgb(98,3,152); }
H1.HeaderClassName
{
color: #620398;
}
.AnyTagClassName
{
color: #620398;
}
</style>
background-color css
<style>
a { background-color: #620398; }
a { background-color: rgb(98,3,152); }
div.DivClassName
{
background-color: #620398;
}
.BgClassName
{
background-color: #620398;
}
</style>
border-color css
<style>
span { border-color: #620398; }
span { border-color: rgb(98,3,152); }
td.TdClassName
{
border-color: #620398;
}
.TagClassName
{
border-color: #620398;
}
</style>