Shades of Indigo #530267
Tints of Indigo #530267
RGB
CMYK
RGB Variations
Color information
#530267 (or 0x530267) is known color: Indigo. HEX triplet: 53, 02 and 67. RGB value is (83,2,103). Sum of RGB (Red+Green+Blue) = 83+2+103=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #530267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530267 is #ACFD98. Grayscale: #252525. Windows color (decimal): -11337113 or 6750803. OLE color: 6750803.
HSL color Cylindrical-coordinate representation of color #530267: hue angle of 288.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530267 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 2 | 103 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.60 |
| HSL | 288.12º | 0.96% | 0.21% | - |
| HSV(B) | 288.12º | 0.98% | 0.4% | - |
| XYZ | 6.04 | 2.86 | 13.07 | - |
| YUV | 37.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 103 | 0.19 | 0.98 | 0 | 0.60 | 288.12 | 0.96 | 0.21 |
| Hex | 53 | 2 | 67 | 13 | 62 | 0 | 3C | 120 | 60 | 15 |
| Octal | 123 | 2 | 147 | 23 | 142 | 0 | 74 | 440 | 140 | 25 |
| Binary | 1010011 | 10 | 1100111 | 10011 | 1100010 | 0 | 111100 | 100100000 | 1100000 | 10101 |
Color Harmonies of #530267
Complementary color
Monochromatic Colors of #530267
Black with #530267
Text Example
Text Example
White with #530267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530267; }
p { color: rgb(83,2,103); }
H1.HeaderClassName
{
color: #530267;
}
.AnyTagClassName
{
color: #530267;
}
</style>
background-color css
<style>
a { background-color: #530267; }
a { background-color: rgb(83,2,103); }
div.DivClassName
{
background-color: #530267;
}
.BgClassName
{
background-color: #530267;
}
</style>
border-color css
<style>
span { border-color: #530267; }
span { border-color: rgb(83,2,103); }
td.TdClassName
{
border-color: #530267;
}
.TagClassName
{
border-color: #530267;
}
</style>