Shades of Indigo #630C8A
Tints of Indigo #630C8A
RGB
CMYK
RGB Variations
Color information
#630C8A (or 0x630C8A) is known color: Indigo. HEX triplet: 63, 0C and 8A. RGB value is (99,12,138). Sum of RGB (Red+Green+Blue) = 99+12+138=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #630C8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630C8A is #9CF375. Grayscale: #333333. Windows color (decimal): -10285942 or 9047139. OLE color: 9047139.
HSL color Cylindrical-coordinate representation of color #630C8A: hue angle of 281.43º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630C8A is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 12 | 138 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.46 |
| HSL | 281.43º | 0.84% | 0.29% | - |
| HSV(B) | 281.43º | 0.91% | 0.54% | - |
| XYZ | 9.86 | 4.75 | 24.44 | - |
| YUV | 52.38 | 176.32 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 138 | 0.28 | 0.91 | 0 | 0.46 | 281.43 | 0.84 | 0.29 |
| Hex | 63 | C | 8A | 1C | 5B | 0 | 2E | 119 | 54 | 1D |
| Octal | 143 | 14 | 212 | 34 | 133 | 0 | 56 | 431 | 124 | 35 |
| Binary | 1100011 | 1100 | 10001010 | 11100 | 1011011 | 0 | 101110 | 100011001 | 1010100 | 11101 |
Color Harmonies of #630C8A
Complementary color
Monochromatic Colors of #630C8A
Black with #630C8A
Text Example
Text Example
White with #630C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C8A; }
p { color: rgb(99,12,138); }
H1.HeaderClassName
{
color: #630C8A;
}
.AnyTagClassName
{
color: #630C8A;
}
</style>
background-color css
<style>
a { background-color: #630C8A; }
a { background-color: rgb(99,12,138); }
div.DivClassName
{
background-color: #630C8A;
}
.BgClassName
{
background-color: #630C8A;
}
</style>
border-color css
<style>
span { border-color: #630C8A; }
span { border-color: rgb(99,12,138); }
td.TdClassName
{
border-color: #630C8A;
}
.TagClassName
{
border-color: #630C8A;
}
</style>