Shades of Indigo #630F9E
Tints of Indigo #630F9E
RGB
CMYK
RGB Variations
Color information
#630F9E (or 0x630F9E) is known color: Indigo. HEX triplet: 63, 0F and 9E. RGB value is (99,15,158). Sum of RGB (Red+Green+Blue) = 99+15+158=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #630F9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630F9E is #9CF061. Grayscale: #373737. Windows color (decimal): -10285154 or 10358627. OLE color: 10358627.
HSL color Cylindrical-coordinate representation of color #630F9E: hue angle of 275.24º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630F9E is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 15 | 158 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.38 |
| HSL | 275.24º | 0.83% | 0.34% | - |
| HSV(B) | 275.24º | 0.91% | 0.62% | - |
| XYZ | 11.49 | 5.46 | 32.8 | - |
| YUV | 56.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 158 | 0.37 | 0.91 | 0 | 0.38 | 275.24 | 0.83 | 0.34 |
| Hex | 63 | F | 9E | 25 | 5B | 0 | 26 | 113 | 53 | 22 |
| Octal | 143 | 17 | 236 | 45 | 133 | 0 | 46 | 423 | 123 | 42 |
| Binary | 1100011 | 1111 | 10011110 | 100101 | 1011011 | 0 | 100110 | 100010011 | 1010011 | 100010 |
Color Harmonies of #630F9E
Complementary color
Monochromatic Colors of #630F9E
Black with #630F9E
Text Example
Text Example
White with #630F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F9E; }
p { color: rgb(99,15,158); }
H1.HeaderClassName
{
color: #630F9E;
}
.AnyTagClassName
{
color: #630F9E;
}
</style>
background-color css
<style>
a { background-color: #630F9E; }
a { background-color: rgb(99,15,158); }
div.DivClassName
{
background-color: #630F9E;
}
.BgClassName
{
background-color: #630F9E;
}
</style>
border-color css
<style>
span { border-color: #630F9E; }
span { border-color: rgb(99,15,158); }
td.TdClassName
{
border-color: #630F9E;
}
.TagClassName
{
border-color: #630F9E;
}
</style>