Shades of Indigo #630C8C
Tints of Indigo #630C8C
RGB
CMYK
RGB Variations
Color information
#630C8C (or 0x630C8C) is known color: Indigo. HEX triplet: 63, 0C and 8C. RGB value is (99,12,140). Sum of RGB (Red+Green+Blue) = 99+12+140=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #630C8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630C8C is #9CF373. Grayscale: #343434. Windows color (decimal): -10285940 or 9178211. OLE color: 9178211.
HSL color Cylindrical-coordinate representation of color #630C8C: hue angle of 280.78º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630C8C is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 12 | 140 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.45 |
| HSL | 280.78º | 0.84% | 0.3% | - |
| HSV(B) | 280.78º | 0.91% | 0.55% | - |
| XYZ | 10.01 | 4.81 | 25.21 | - |
| YUV | 52.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 140 | 0.29 | 0.91 | 0 | 0.45 | 280.78 | 0.84 | 0.3 |
| Hex | 63 | C | 8C | 1D | 5B | 0 | 2D | 119 | 54 | 1E |
| Octal | 143 | 14 | 214 | 35 | 133 | 0 | 55 | 431 | 124 | 36 |
| Binary | 1100011 | 1100 | 10001100 | 11101 | 1011011 | 0 | 101101 | 100011001 | 1010100 | 11110 |
Color Harmonies of #630C8C
Complementary color
Monochromatic Colors of #630C8C
Black with #630C8C
Text Example
Text Example
White with #630C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C8C; }
p { color: rgb(99,12,140); }
H1.HeaderClassName
{
color: #630C8C;
}
.AnyTagClassName
{
color: #630C8C;
}
</style>
background-color css
<style>
a { background-color: #630C8C; }
a { background-color: rgb(99,12,140); }
div.DivClassName
{
background-color: #630C8C;
}
.BgClassName
{
background-color: #630C8C;
}
</style>
border-color css
<style>
span { border-color: #630C8C; }
span { border-color: rgb(99,12,140); }
td.TdClassName
{
border-color: #630C8C;
}
.TagClassName
{
border-color: #630C8C;
}
</style>