Shades of Indigo #63019B
Tints of Indigo #63019B
RGB
CMYK
RGB Variations
Color information
#63019B (or 0x63019B) is known color: Indigo. HEX triplet: 63, 01 and 9B. RGB value is (99,1,155). Sum of RGB (Red+Green+Blue) = 99+1+155=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #63019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63019B is #9CFE64. Grayscale: #2F2F2F. Windows color (decimal): -10288741 or 10158435. OLE color: 10158435.
HSL color Cylindrical-coordinate representation of color #63019B: hue angle of 278.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63019B is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 1 | 155 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.39 |
| HSL | 278.18º | 0.99% | 0.31% | - |
| HSV(B) | 278.18º | 0.99% | 0.61% | - |
| XYZ | 11.07 | 5.04 | 31.4 | - |
| YUV | 47.86 | 188.47 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 155 | 0.36 | 0.99 | 0 | 0.39 | 278.18 | 0.99 | 0.31 |
| Hex | 63 | 1 | 9B | 24 | 63 | 0 | 27 | 116 | 63 | 1F |
| Octal | 143 | 1 | 233 | 44 | 143 | 0 | 47 | 426 | 143 | 37 |
| Binary | 1100011 | 1 | 10011011 | 100100 | 1100011 | 0 | 100111 | 100010110 | 1100011 | 11111 |
Color Harmonies of #63019B
Complementary color
Monochromatic Colors of #63019B
Black with #63019B
Text Example
Text Example
White with #63019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63019B; }
p { color: rgb(99,1,155); }
H1.HeaderClassName
{
color: #63019B;
}
.AnyTagClassName
{
color: #63019B;
}
</style>
background-color css
<style>
a { background-color: #63019B; }
a { background-color: rgb(99,1,155); }
div.DivClassName
{
background-color: #63019B;
}
.BgClassName
{
background-color: #63019B;
}
</style>
border-color css
<style>
span { border-color: #63019B; }
span { border-color: rgb(99,1,155); }
td.TdClassName
{
border-color: #63019B;
}
.TagClassName
{
border-color: #63019B;
}
</style>