Shades of Indigo #600383
Tints of Indigo #600383
RGB
CMYK
RGB Variations
Color information
#600383 (or 0x600383) is known color: Indigo. HEX triplet: 60, 03 and 83. RGB value is (96,3,131). Sum of RGB (Red+Green+Blue) = 96+3+131=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #600383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600383 is #9FFC7C. Grayscale: #2C2C2C. Windows color (decimal): -10484861 or 8586080. OLE color: 8586080.
HSL color Cylindrical-coordinate representation of color #600383: hue angle of 283.59º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600383 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 3 | 131 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.49 |
| HSL | 283.59º | 0.96% | 0.26% | - |
| HSV(B) | 283.59º | 0.98% | 0.51% | - |
| XYZ | 8.95 | 4.19 | 21.81 | - |
| YUV | 45.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 131 | 0.27 | 0.98 | 0 | 0.49 | 283.59 | 0.96 | 0.26 |
| Hex | 60 | 3 | 83 | 1B | 62 | 0 | 31 | 11C | 60 | 1A |
| Octal | 140 | 3 | 203 | 33 | 142 | 0 | 61 | 434 | 140 | 32 |
| Binary | 1100000 | 11 | 10000011 | 11011 | 1100010 | 0 | 110001 | 100011100 | 1100000 | 11010 |
Color Harmonies of #600383
Complementary color
Monochromatic Colors of #600383
Black with #600383
Text Example
Text Example
White with #600383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600383; }
p { color: rgb(96,3,131); }
H1.HeaderClassName
{
color: #600383;
}
.AnyTagClassName
{
color: #600383;
}
</style>
background-color css
<style>
a { background-color: #600383; }
a { background-color: rgb(96,3,131); }
div.DivClassName
{
background-color: #600383;
}
.BgClassName
{
background-color: #600383;
}
</style>
border-color css
<style>
span { border-color: #600383; }
span { border-color: rgb(96,3,131); }
td.TdClassName
{
border-color: #600383;
}
.TagClassName
{
border-color: #600383;
}
</style>