Shades of Indigo #530298
Tints of Indigo #530298
RGB
CMYK
RGB Variations
Color information
#530298 (or 0x530298) is known color: Indigo. HEX triplet: 53, 02 and 98. RGB value is (83,2,152). Sum of RGB (Red+Green+Blue) = 83+2+152=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #530298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530298 is #ACFD67. Grayscale: #2A2A2A. Windows color (decimal): -11337064 or 9962067. OLE color: 9962067.
HSL color Cylindrical-coordinate representation of color #530298: hue angle of 272.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530298 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 2 | 152 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.40 |
| HSL | 272.4º | 0.97% | 0.3% | - |
| HSV(B) | 272.4º | 0.99% | 0.6% | - |
| XYZ | 9.26 | 4.15 | 30.02 | - |
| YUV | 43.32 | 189.34 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 152 | 0.45 | 0.99 | 0 | 0.40 | 272.4 | 0.97 | 0.3 |
| Hex | 53 | 2 | 98 | 2D | 63 | 0 | 28 | 110 | 61 | 1E |
| Octal | 123 | 2 | 230 | 55 | 143 | 0 | 50 | 420 | 141 | 36 |
| Binary | 1010011 | 10 | 10011000 | 101101 | 1100011 | 0 | 101000 | 100010000 | 1100001 | 11110 |
Color Harmonies of #530298
Complementary color
Monochromatic Colors of #530298
Black with #530298
Text Example
Text Example
White with #530298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530298; }
p { color: rgb(83,2,152); }
H1.HeaderClassName
{
color: #530298;
}
.AnyTagClassName
{
color: #530298;
}
</style>
background-color css
<style>
a { background-color: #530298; }
a { background-color: rgb(83,2,152); }
div.DivClassName
{
background-color: #530298;
}
.BgClassName
{
background-color: #530298;
}
</style>
border-color css
<style>
span { border-color: #530298; }
span { border-color: rgb(83,2,152); }
td.TdClassName
{
border-color: #530298;
}
.TagClassName
{
border-color: #530298;
}
</style>