Shades of Indigo #63089F
Tints of Indigo #63089F
RGB
CMYK
RGB Variations
Color information
#63089F (or 0x63089F) is known color: Indigo. HEX triplet: 63, 08 and 9F. RGB value is (99,8,159). Sum of RGB (Red+Green+Blue) = 99+8+159=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #63089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63089F is #9CF760. Grayscale: #333333. Windows color (decimal): -10286945 or 10422371. OLE color: 10422371.
HSL color Cylindrical-coordinate representation of color #63089F: hue angle of 276.16º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63089F is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 8 | 159 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.38 |
| HSL | 276.16º | 0.9% | 0.33% | - |
| HSV(B) | 276.16º | 0.95% | 0.62% | - |
| XYZ | 11.49 | 5.33 | 33.22 | - |
| YUV | 52.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 159 | 0.38 | 0.95 | 0 | 0.38 | 276.16 | 0.9 | 0.33 |
| Hex | 63 | 8 | 9F | 26 | 5F | 0 | 26 | 114 | 5A | 21 |
| Octal | 143 | 10 | 237 | 46 | 137 | 0 | 46 | 424 | 132 | 41 |
| Binary | 1100011 | 1000 | 10011111 | 100110 | 1011111 | 0 | 100110 | 100010100 | 1011010 | 100001 |
Color Harmonies of #63089F
Complementary color
Monochromatic Colors of #63089F
Black with #63089F
Text Example
Text Example
White with #63089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63089F; }
p { color: rgb(99,8,159); }
H1.HeaderClassName
{
color: #63089F;
}
.AnyTagClassName
{
color: #63089F;
}
</style>
background-color css
<style>
a { background-color: #63089F; }
a { background-color: rgb(99,8,159); }
div.DivClassName
{
background-color: #63089F;
}
.BgClassName
{
background-color: #63089F;
}
</style>
border-color css
<style>
span { border-color: #63089F; }
span { border-color: rgb(99,8,159); }
td.TdClassName
{
border-color: #63089F;
}
.TagClassName
{
border-color: #63089F;
}
</style>