Shades of Indigo #630F9A
Tints of Indigo #630F9A
RGB
CMYK
RGB Variations
Color information
#630F9A (or 0x630F9A) is known color: Indigo. HEX triplet: 63, 0F and 9A. RGB value is (99,15,154). Sum of RGB (Red+Green+Blue) = 99+15+154=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #630F9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630F9A is #9CF065. Grayscale: #373737. Windows color (decimal): -10285158 or 10096483. OLE color: 10096483.
HSL color Cylindrical-coordinate representation of color #630F9A: hue angle of 276.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630F9A is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 15 | 154 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.40 |
| HSL | 276.26º | 0.82% | 0.33% | - |
| HSV(B) | 276.26º | 0.9% | 0.6% | - |
| XYZ | 11.15 | 5.33 | 31.01 | - |
| YUV | 55.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 154 | 0.36 | 0.90 | 0 | 0.40 | 276.26 | 0.82 | 0.33 |
| Hex | 63 | F | 9A | 24 | 5A | 0 | 28 | 114 | 52 | 21 |
| Octal | 143 | 17 | 232 | 44 | 132 | 0 | 50 | 424 | 122 | 41 |
| Binary | 1100011 | 1111 | 10011010 | 100100 | 1011010 | 0 | 101000 | 100010100 | 1010010 | 100001 |
Color Harmonies of #630F9A
Complementary color
Monochromatic Colors of #630F9A
Black with #630F9A
Text Example
Text Example
White with #630F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F9A; }
p { color: rgb(99,15,154); }
H1.HeaderClassName
{
color: #630F9A;
}
.AnyTagClassName
{
color: #630F9A;
}
</style>
background-color css
<style>
a { background-color: #630F9A; }
a { background-color: rgb(99,15,154); }
div.DivClassName
{
background-color: #630F9A;
}
.BgClassName
{
background-color: #630F9A;
}
</style>
border-color css
<style>
span { border-color: #630F9A; }
span { border-color: rgb(99,15,154); }
td.TdClassName
{
border-color: #630F9A;
}
.TagClassName
{
border-color: #630F9A;
}
</style>