Shades of Indigo #530896
Tints of Indigo #530896
RGB
CMYK
RGB Variations
Color information
#530896 (or 0x530896) is known color: Indigo. HEX triplet: 53, 08 and 96. RGB value is (83,8,150). Sum of RGB (Red+Green+Blue) = 83+8+150=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #530896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530896 is #ACF769. Grayscale: #2E2E2E. Windows color (decimal): -11335530 or 9832531. OLE color: 9832531.
HSL color Cylindrical-coordinate representation of color #530896: hue angle of 271.69º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530896 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 8 | 150 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.41 |
| HSL | 271.69º | 0.9% | 0.31% | - |
| HSV(B) | 271.69º | 0.95% | 0.59% | - |
| XYZ | 9.16 | 4.21 | 29.18 | - |
| YUV | 46.61 | 186.35 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 150 | 0.45 | 0.95 | 0 | 0.41 | 271.69 | 0.9 | 0.31 |
| Hex | 53 | 8 | 96 | 2D | 5F | 0 | 29 | 110 | 5A | 1F |
| Octal | 123 | 10 | 226 | 55 | 137 | 0 | 51 | 420 | 132 | 37 |
| Binary | 1010011 | 1000 | 10010110 | 101101 | 1011111 | 0 | 101001 | 100010000 | 1011010 | 11111 |
Color Harmonies of #530896
Complementary color
Monochromatic Colors of #530896
Black with #530896
Text Example
Text Example
White with #530896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530896; }
p { color: rgb(83,8,150); }
H1.HeaderClassName
{
color: #530896;
}
.AnyTagClassName
{
color: #530896;
}
</style>
background-color css
<style>
a { background-color: #530896; }
a { background-color: rgb(83,8,150); }
div.DivClassName
{
background-color: #530896;
}
.BgClassName
{
background-color: #530896;
}
</style>
border-color css
<style>
span { border-color: #530896; }
span { border-color: rgb(83,8,150); }
td.TdClassName
{
border-color: #530896;
}
.TagClassName
{
border-color: #530896;
}
</style>