Shades of Indigo #620384
Tints of Indigo #620384
RGB
CMYK
RGB Variations
Color information
#620384 (or 0x620384) is known color: Indigo. HEX triplet: 62, 03 and 84. RGB value is (98,3,132). Sum of RGB (Red+Green+Blue) = 98+3+132=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #620384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620384 is #9DFC7B. Grayscale: #2D2D2D. Windows color (decimal): -10353788 or 8651618. OLE color: 8651618.
HSL color Cylindrical-coordinate representation of color #620384: hue angle of 284.19º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620384 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 3 | 132 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.48 |
| HSL | 284.19º | 0.96% | 0.26% | - |
| HSV(B) | 284.19º | 0.98% | 0.52% | - |
| XYZ | 9.23 | 4.33 | 22.18 | - |
| YUV | 46.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 3 | 132 | 0.26 | 0.98 | 0 | 0.48 | 284.19 | 0.96 | 0.26 |
| Hex | 62 | 3 | 84 | 1A | 62 | 0 | 30 | 11C | 60 | 1A |
| Octal | 142 | 3 | 204 | 32 | 142 | 0 | 60 | 434 | 140 | 32 |
| Binary | 1100010 | 11 | 10000100 | 11010 | 1100010 | 0 | 110000 | 100011100 | 1100000 | 11010 |
Color Harmonies of #620384
Complementary color
Monochromatic Colors of #620384
Black with #620384
Text Example
Text Example
White with #620384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620384; }
p { color: rgb(98,3,132); }
H1.HeaderClassName
{
color: #620384;
}
.AnyTagClassName
{
color: #620384;
}
</style>
background-color css
<style>
a { background-color: #620384; }
a { background-color: rgb(98,3,132); }
div.DivClassName
{
background-color: #620384;
}
.BgClassName
{
background-color: #620384;
}
</style>
border-color css
<style>
span { border-color: #620384; }
span { border-color: rgb(98,3,132); }
td.TdClassName
{
border-color: #620384;
}
.TagClassName
{
border-color: #620384;
}
</style>