Shades of Indigo #630C85
Tints of Indigo #630C85
RGB
CMYK
RGB Variations
Color information
#630C85 (or 0x630C85) is known color: Indigo. HEX triplet: 63, 0C and 85. RGB value is (99,12,133). Sum of RGB (Red+Green+Blue) = 99+12+133=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #630C85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630C85 is #9CF37A. Grayscale: #333333. Windows color (decimal): -10285947 or 8719459. OLE color: 8719459.
HSL color Cylindrical-coordinate representation of color #630C85: hue angle of 283.14º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630C85 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 12 | 133 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.48 |
| HSL | 283.14º | 0.83% | 0.28% | - |
| HSV(B) | 283.14º | 0.91% | 0.52% | - |
| XYZ | 9.51 | 4.61 | 22.58 | - |
| YUV | 51.81 | 173.82 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 133 | 0.26 | 0.91 | 0 | 0.48 | 283.14 | 0.83 | 0.28 |
| Hex | 63 | C | 85 | 1A | 5B | 0 | 30 | 11B | 53 | 1C |
| Octal | 143 | 14 | 205 | 32 | 133 | 0 | 60 | 433 | 123 | 34 |
| Binary | 1100011 | 1100 | 10000101 | 11010 | 1011011 | 0 | 110000 | 100011011 | 1010011 | 11100 |
Color Harmonies of #630C85
Complementary color
Monochromatic Colors of #630C85
Black with #630C85
Text Example
Text Example
White with #630C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C85; }
p { color: rgb(99,12,133); }
H1.HeaderClassName
{
color: #630C85;
}
.AnyTagClassName
{
color: #630C85;
}
</style>
background-color css
<style>
a { background-color: #630C85; }
a { background-color: rgb(99,12,133); }
div.DivClassName
{
background-color: #630C85;
}
.BgClassName
{
background-color: #630C85;
}
</style>
border-color css
<style>
span { border-color: #630C85; }
span { border-color: rgb(99,12,133); }
td.TdClassName
{
border-color: #630C85;
}
.TagClassName
{
border-color: #630C85;
}
</style>