Shades of Indigo #63088B
Tints of Indigo #63088B
RGB
CMYK
RGB Variations
Color information
#63088B (or 0x63088B) is known color: Indigo. HEX triplet: 63, 08 and 8B. RGB value is (99,8,139). Sum of RGB (Red+Green+Blue) = 99+8+139=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #63088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63088B is #9CF774. Grayscale: #313131. Windows color (decimal): -10286965 or 9111651. OLE color: 9111651.
HSL color Cylindrical-coordinate representation of color #63088B: hue angle of 281.68º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63088B is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 8 | 139 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.45 |
| HSL | 281.68º | 0.89% | 0.29% | - |
| HSV(B) | 281.68º | 0.94% | 0.55% | - |
| XYZ | 9.89 | 4.69 | 24.81 | - |
| YUV | 50.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 139 | 0.29 | 0.94 | 0 | 0.45 | 281.68 | 0.89 | 0.29 |
| Hex | 63 | 8 | 8B | 1D | 5E | 0 | 2D | 11A | 59 | 1D |
| Octal | 143 | 10 | 213 | 35 | 136 | 0 | 55 | 432 | 131 | 35 |
| Binary | 1100011 | 1000 | 10001011 | 11101 | 1011110 | 0 | 101101 | 100011010 | 1011001 | 11101 |
Color Harmonies of #63088B
Complementary color
Monochromatic Colors of #63088B
Black with #63088B
Text Example
Text Example
White with #63088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63088B; }
p { color: rgb(99,8,139); }
H1.HeaderClassName
{
color: #63088B;
}
.AnyTagClassName
{
color: #63088B;
}
</style>
background-color css
<style>
a { background-color: #63088B; }
a { background-color: rgb(99,8,139); }
div.DivClassName
{
background-color: #63088B;
}
.BgClassName
{
background-color: #63088B;
}
</style>
border-color css
<style>
span { border-color: #63088B; }
span { border-color: rgb(99,8,139); }
td.TdClassName
{
border-color: #63088B;
}
.TagClassName
{
border-color: #63088B;
}
</style>