Shades of Indigo #630D88
Tints of Indigo #630D88
RGB
CMYK
RGB Variations
Color information
#630D88 (or 0x630D88) is known color: Indigo. HEX triplet: 63, 0D and 88. RGB value is (99,13,136). Sum of RGB (Red+Green+Blue) = 99+13+136=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #630D88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630D88 is #9CF277. Grayscale: #343434. Windows color (decimal): -10285688 or 8916323. OLE color: 8916323.
HSL color Cylindrical-coordinate representation of color #630D88: hue angle of 281.95º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630D88 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 13 | 136 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.47 |
| HSL | 281.95º | 0.83% | 0.29% | - |
| HSV(B) | 281.95º | 0.9% | 0.53% | - |
| XYZ | 9.73 | 4.72 | 23.69 | - |
| YUV | 52.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 136 | 0.27 | 0.90 | 0 | 0.47 | 281.95 | 0.83 | 0.29 |
| Hex | 63 | D | 88 | 1B | 5A | 0 | 2F | 11A | 53 | 1D |
| Octal | 143 | 15 | 210 | 33 | 132 | 0 | 57 | 432 | 123 | 35 |
| Binary | 1100011 | 1101 | 10001000 | 11011 | 1011010 | 0 | 101111 | 100011010 | 1010011 | 11101 |
Color Harmonies of #630D88
Complementary color
Monochromatic Colors of #630D88
Black with #630D88
Text Example
Text Example
White with #630D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630D88; }
p { color: rgb(99,13,136); }
H1.HeaderClassName
{
color: #630D88;
}
.AnyTagClassName
{
color: #630D88;
}
</style>
background-color css
<style>
a { background-color: #630D88; }
a { background-color: rgb(99,13,136); }
div.DivClassName
{
background-color: #630D88;
}
.BgClassName
{
background-color: #630D88;
}
</style>
border-color css
<style>
span { border-color: #630D88; }
span { border-color: rgb(99,13,136); }
td.TdClassName
{
border-color: #630D88;
}
.TagClassName
{
border-color: #630D88;
}
</style>