Shades of Indigo #601283
Tints of Indigo #601283
RGB
CMYK
RGB Variations
Color information
#601283 (or 0x601283) is known color: Indigo. HEX triplet: 60, 12 and 83. RGB value is (96,18,131). Sum of RGB (Red+Green+Blue) = 96+18+131=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #601283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #601283 is #9FED7C. Grayscale: #353535. Windows color (decimal): -10481021 or 8589920. OLE color: 8589920.
HSL color Cylindrical-coordinate representation of color #601283: hue angle of 281.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601283 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 18 | 131 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.49 |
| HSL | 281.42º | 0.76% | 0.29% | - |
| HSV(B) | 281.42º | 0.86% | 0.51% | - |
| XYZ | 9.14 | 4.56 | 21.87 | - |
| YUV | 54.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 131 | 0.27 | 0.86 | 0 | 0.49 | 281.42 | 0.76 | 0.29 |
| Hex | 60 | 12 | 83 | 1B | 56 | 0 | 31 | 119 | 4C | 1D |
| Octal | 140 | 22 | 203 | 33 | 126 | 0 | 61 | 431 | 114 | 35 |
| Binary | 1100000 | 10010 | 10000011 | 11011 | 1010110 | 0 | 110001 | 100011001 | 1001100 | 11101 |
Color Harmonies of #601283
Complementary color
Monochromatic Colors of #601283
Black with #601283
Text Example
Text Example
White with #601283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601283; }
p { color: rgb(96,18,131); }
H1.HeaderClassName
{
color: #601283;
}
.AnyTagClassName
{
color: #601283;
}
</style>
background-color css
<style>
a { background-color: #601283; }
a { background-color: rgb(96,18,131); }
div.DivClassName
{
background-color: #601283;
}
.BgClassName
{
background-color: #601283;
}
</style>
border-color css
<style>
span { border-color: #601283; }
span { border-color: rgb(96,18,131); }
td.TdClassName
{
border-color: #601283;
}
.TagClassName
{
border-color: #601283;
}
</style>