Shades of Indigo #530768
Tints of Indigo #530768
RGB
CMYK
RGB Variations
Color information
#530768 (or 0x530768) is known color: Indigo. HEX triplet: 53, 07 and 68. RGB value is (83,7,104). Sum of RGB (Red+Green+Blue) = 83+7+104=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #530768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530768 is #ACF897. Grayscale: #282828. Windows color (decimal): -11335832 or 6817619. OLE color: 6817619.
HSL color Cylindrical-coordinate representation of color #530768: hue angle of 287.01º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530768 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 7 | 104 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.59 |
| HSL | 287.01º | 0.87% | 0.22% | - |
| HSV(B) | 287.01º | 0.93% | 0.41% | - |
| XYZ | 6.14 | 2.99 | 13.35 | - |
| YUV | 40.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 104 | 0.20 | 0.93 | 0 | 0.59 | 287.01 | 0.87 | 0.22 |
| Hex | 53 | 7 | 68 | 14 | 5D | 0 | 3B | 11F | 57 | 16 |
| Octal | 123 | 7 | 150 | 24 | 135 | 0 | 73 | 437 | 127 | 26 |
| Binary | 1010011 | 111 | 1101000 | 10100 | 1011101 | 0 | 111011 | 100011111 | 1010111 | 10110 |
Color Harmonies of #530768
Complementary color
Monochromatic Colors of #530768
Black with #530768
Text Example
Text Example
White with #530768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530768; }
p { color: rgb(83,7,104); }
H1.HeaderClassName
{
color: #530768;
}
.AnyTagClassName
{
color: #530768;
}
</style>
background-color css
<style>
a { background-color: #530768; }
a { background-color: rgb(83,7,104); }
div.DivClassName
{
background-color: #530768;
}
.BgClassName
{
background-color: #530768;
}
</style>
border-color css
<style>
span { border-color: #530768; }
span { border-color: rgb(83,7,104); }
td.TdClassName
{
border-color: #530768;
}
.TagClassName
{
border-color: #530768;
}
</style>