Shades of Indigo #630F8B
Tints of Indigo #630F8B
RGB
CMYK
RGB Variations
Color information
#630F8B (or 0x630F8B) is known color: Indigo. HEX triplet: 63, 0F and 8B. RGB value is (99,15,139). Sum of RGB (Red+Green+Blue) = 99+15+139=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #630F8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630F8B is #9CF074. Grayscale: #353535. Windows color (decimal): -10285173 or 9113443. OLE color: 9113443.
HSL color Cylindrical-coordinate representation of color #630F8B: hue angle of 280.65º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630F8B is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 15 | 139 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.45 |
| HSL | 280.65º | 0.81% | 0.3% | - |
| HSV(B) | 280.65º | 0.89% | 0.55% | - |
| XYZ | 9.98 | 4.86 | 24.84 | - |
| YUV | 54.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 139 | 0.29 | 0.89 | 0 | 0.45 | 280.65 | 0.81 | 0.3 |
| Hex | 63 | F | 8B | 1D | 59 | 0 | 2D | 119 | 51 | 1E |
| Octal | 143 | 17 | 213 | 35 | 131 | 0 | 55 | 431 | 121 | 36 |
| Binary | 1100011 | 1111 | 10001011 | 11101 | 1011001 | 0 | 101101 | 100011001 | 1010001 | 11110 |
Color Harmonies of #630F8B
Complementary color
Monochromatic Colors of #630F8B
Black with #630F8B
Text Example
Text Example
White with #630F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F8B; }
p { color: rgb(99,15,139); }
H1.HeaderClassName
{
color: #630F8B;
}
.AnyTagClassName
{
color: #630F8B;
}
</style>
background-color css
<style>
a { background-color: #630F8B; }
a { background-color: rgb(99,15,139); }
div.DivClassName
{
background-color: #630F8B;
}
.BgClassName
{
background-color: #630F8B;
}
</style>
border-color css
<style>
span { border-color: #630F8B; }
span { border-color: rgb(99,15,139); }
td.TdClassName
{
border-color: #630F8B;
}
.TagClassName
{
border-color: #630F8B;
}
</style>