Shades of Indigo #620395
Tints of Indigo #620395
RGB
CMYK
RGB Variations
Color information
#620395 (or 0x620395) is known color: Indigo. HEX triplet: 62, 03 and 95. RGB value is (98,3,149). Sum of RGB (Red+Green+Blue) = 98+3+149=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #620395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620395 is #9DFC6A. Grayscale: #2F2F2F. Windows color (decimal): -10353771 or 9765730. OLE color: 9765730.
HSL color Cylindrical-coordinate representation of color #620395: hue angle of 279.04º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620395 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 3 | 149 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.42 |
| HSL | 279.04º | 0.96% | 0.3% | - |
| HSV(B) | 279.04º | 0.98% | 0.58% | - |
| XYZ | 10.49 | 4.83 | 28.81 | - |
| YUV | 48.05 | 184.97 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 149 | 0.34 | 0.98 | 0 | 0.42 | 279.04 | 0.96 | 0.3 |
| Hex | 62 | 3 | 95 | 22 | 62 | 0 | 2A | 117 | 60 | 1E |
| Octal | 142 | 3 | 225 | 42 | 142 | 0 | 52 | 427 | 140 | 36 |
| Binary | 1100010 | 11 | 10010101 | 100010 | 1100010 | 0 | 101010 | 100010111 | 1100000 | 11110 |
Color Harmonies of #620395
Complementary color
Monochromatic Colors of #620395
Black with #620395
Text Example
Text Example
White with #620395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620395; }
p { color: rgb(98,3,149); }
H1.HeaderClassName
{
color: #620395;
}
.AnyTagClassName
{
color: #620395;
}
</style>
background-color css
<style>
a { background-color: #620395; }
a { background-color: rgb(98,3,149); }
div.DivClassName
{
background-color: #620395;
}
.BgClassName
{
background-color: #620395;
}
</style>
border-color css
<style>
span { border-color: #620395; }
span { border-color: rgb(98,3,149); }
td.TdClassName
{
border-color: #620395;
}
.TagClassName
{
border-color: #620395;
}
</style>