Shades of Indigo #530992
Tints of Indigo #530992
RGB
CMYK
RGB Variations
Color information
#530992 (or 0x530992) is known color: Indigo. HEX triplet: 53, 09 and 92. RGB value is (83,9,146). Sum of RGB (Red+Green+Blue) = 83+9+146=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #530992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530992 is #ACF66D. Grayscale: #2E2E2E. Windows color (decimal): -11335278 or 9570643. OLE color: 9570643.
HSL color Cylindrical-coordinate representation of color #530992: hue angle of 272.41º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530992 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 9 | 146 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.43 |
| HSL | 272.41º | 0.88% | 0.3% | - |
| HSV(B) | 272.41º | 0.94% | 0.57% | - |
| XYZ | 8.85 | 4.11 | 27.52 | - |
| YUV | 46.74 | 184.02 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 146 | 0.43 | 0.94 | 0 | 0.43 | 272.41 | 0.88 | 0.3 |
| Hex | 53 | 9 | 92 | 2B | 5E | 0 | 2B | 110 | 58 | 1E |
| Octal | 123 | 11 | 222 | 53 | 136 | 0 | 53 | 420 | 130 | 36 |
| Binary | 1010011 | 1001 | 10010010 | 101011 | 1011110 | 0 | 101011 | 100010000 | 1011000 | 11110 |
Color Harmonies of #530992
Complementary color
Monochromatic Colors of #530992
Black with #530992
Text Example
Text Example
White with #530992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530992; }
p { color: rgb(83,9,146); }
H1.HeaderClassName
{
color: #530992;
}
.AnyTagClassName
{
color: #530992;
}
</style>
background-color css
<style>
a { background-color: #530992; }
a { background-color: rgb(83,9,146); }
div.DivClassName
{
background-color: #530992;
}
.BgClassName
{
background-color: #530992;
}
</style>
border-color css
<style>
span { border-color: #530992; }
span { border-color: rgb(83,9,146); }
td.TdClassName
{
border-color: #530992;
}
.TagClassName
{
border-color: #530992;
}
</style>