Shades of Indigo #630381
Tints of Indigo #630381
RGB
CMYK
RGB Variations
Color information
#630381 (or 0x630381) is known color: Indigo. HEX triplet: 63, 03 and 81. RGB value is (99,3,129). Sum of RGB (Red+Green+Blue) = 99+3+129=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #630381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630381 is #9CFC7E. Grayscale: #2D2D2D. Windows color (decimal): -10288255 or 8455011. OLE color: 8455011.
HSL color Cylindrical-coordinate representation of color #630381: hue angle of 285.71º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630381 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 3 | 129 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.49 |
| HSL | 285.71º | 0.95% | 0.26% | - |
| HSV(B) | 285.71º | 0.98% | 0.51% | - |
| XYZ | 9.14 | 4.3 | 21.12 | - |
| YUV | 46.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 129 | 0.23 | 0.98 | 0 | 0.49 | 285.71 | 0.95 | 0.26 |
| Hex | 63 | 3 | 81 | 17 | 62 | 0 | 31 | 11E | 5F | 1A |
| Octal | 143 | 3 | 201 | 27 | 142 | 0 | 61 | 436 | 137 | 32 |
| Binary | 1100011 | 11 | 10000001 | 10111 | 1100010 | 0 | 110001 | 100011110 | 1011111 | 11010 |
Color Harmonies of #630381
Complementary color
Monochromatic Colors of #630381
Black with #630381
Text Example
Text Example
White with #630381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630381; }
p { color: rgb(99,3,129); }
H1.HeaderClassName
{
color: #630381;
}
.AnyTagClassName
{
color: #630381;
}
</style>
background-color css
<style>
a { background-color: #630381; }
a { background-color: rgb(99,3,129); }
div.DivClassName
{
background-color: #630381;
}
.BgClassName
{
background-color: #630381;
}
</style>
border-color css
<style>
span { border-color: #630381; }
span { border-color: rgb(99,3,129); }
td.TdClassName
{
border-color: #630381;
}
.TagClassName
{
border-color: #630381;
}
</style>