Shades of Indigo #51029B
Tints of Indigo #51029B
RGB
CMYK
RGB Variations
Color information
#51029B (or 0x51029B) is known color: Indigo. HEX triplet: 51, 02 and 9B. RGB value is (81,2,155). Sum of RGB (Red+Green+Blue) = 81+2+155=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #51029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51029B is #AEFD64. Grayscale: #2A2A2A. Windows color (decimal): -11468133 or 10158673. OLE color: 10158673.
HSL color Cylindrical-coordinate representation of color #51029B: hue angle of 270.98º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51029B is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 2 | 155 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.39 |
| HSL | 270.98º | 0.97% | 0.31% | - |
| HSV(B) | 270.98º | 0.99% | 0.61% | - |
| XYZ | 9.33 | 4.16 | 31.32 | - |
| YUV | 43.06 | 191.17 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 155 | 0.48 | 0.99 | 0 | 0.39 | 270.98 | 0.97 | 0.31 |
| Hex | 51 | 2 | 9B | 30 | 63 | 0 | 27 | 10F | 61 | 1F |
| Octal | 121 | 2 | 233 | 60 | 143 | 0 | 47 | 417 | 141 | 37 |
| Binary | 1010001 | 10 | 10011011 | 110000 | 1100011 | 0 | 100111 | 100001111 | 1100001 | 11111 |
Color Harmonies of #51029B
Complementary color
Monochromatic Colors of #51029B
Black with #51029B
Text Example
Text Example
White with #51029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51029B; }
p { color: rgb(81,2,155); }
H1.HeaderClassName
{
color: #51029B;
}
.AnyTagClassName
{
color: #51029B;
}
</style>
background-color css
<style>
a { background-color: #51029B; }
a { background-color: rgb(81,2,155); }
div.DivClassName
{
background-color: #51029B;
}
.BgClassName
{
background-color: #51029B;
}
</style>
border-color css
<style>
span { border-color: #51029B; }
span { border-color: rgb(81,2,155); }
td.TdClassName
{
border-color: #51029B;
}
.TagClassName
{
border-color: #51029B;
}
</style>