Shades of Indigo #530C83
Tints of Indigo #530C83
RGB
CMYK
RGB Variations
Color information
#530C83 (or 0x530C83) is known color: Indigo. HEX triplet: 53, 0C and 83. RGB value is (83,12,131). Sum of RGB (Red+Green+Blue) = 83+12+131=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #530C83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530C83 is #ACF37C. Grayscale: #2E2E2E. Windows color (decimal): -11334525 or 8588371. OLE color: 8588371.
HSL color Cylindrical-coordinate representation of color #530C83: hue angle of 275.8º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530C83 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 12 | 131 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.49 |
| HSL | 275.8º | 0.83% | 0.28% | - |
| HSV(B) | 275.8º | 0.91% | 0.51% | - |
| XYZ | 7.8 | 3.74 | 21.78 | - |
| YUV | 46.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 131 | 0.37 | 0.91 | 0 | 0.49 | 275.8 | 0.83 | 0.28 |
| Hex | 53 | C | 83 | 25 | 5B | 0 | 31 | 114 | 53 | 1C |
| Octal | 123 | 14 | 203 | 45 | 133 | 0 | 61 | 424 | 123 | 34 |
| Binary | 1010011 | 1100 | 10000011 | 100101 | 1011011 | 0 | 110001 | 100010100 | 1010011 | 11100 |
Color Harmonies of #530C83
Complementary color
Monochromatic Colors of #530C83
Black with #530C83
Text Example
Text Example
White with #530C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C83; }
p { color: rgb(83,12,131); }
H1.HeaderClassName
{
color: #530C83;
}
.AnyTagClassName
{
color: #530C83;
}
</style>
background-color css
<style>
a { background-color: #530C83; }
a { background-color: rgb(83,12,131); }
div.DivClassName
{
background-color: #530C83;
}
.BgClassName
{
background-color: #530C83;
}
</style>
border-color css
<style>
span { border-color: #530C83; }
span { border-color: rgb(83,12,131); }
td.TdClassName
{
border-color: #530C83;
}
.TagClassName
{
border-color: #530C83;
}
</style>