Shades of Indigo #600384
Tints of Indigo #600384
RGB
CMYK
RGB Variations
Color information
#600384 (or 0x600384) is known color: Indigo. HEX triplet: 60, 03 and 84. RGB value is (96,3,132). Sum of RGB (Red+Green+Blue) = 96+3+132=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #600384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600384 is #9FFC7B. Grayscale: #2D2D2D. Windows color (decimal): -10484860 or 8651616. OLE color: 8651616.
HSL color Cylindrical-coordinate representation of color #600384: hue angle of 283.26º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600384 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 3 | 132 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.48 |
| HSL | 283.26º | 0.96% | 0.26% | - |
| HSV(B) | 283.26º | 0.98% | 0.52% | - |
| XYZ | 9.02 | 4.22 | 22.17 | - |
| YUV | 45.51 | 176.81 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 132 | 0.27 | 0.98 | 0 | 0.48 | 283.26 | 0.96 | 0.26 |
| Hex | 60 | 3 | 84 | 1B | 62 | 0 | 30 | 11B | 60 | 1A |
| Octal | 140 | 3 | 204 | 33 | 142 | 0 | 60 | 433 | 140 | 32 |
| Binary | 1100000 | 11 | 10000100 | 11011 | 1100010 | 0 | 110000 | 100011011 | 1100000 | 11010 |
Color Harmonies of #600384
Complementary color
Monochromatic Colors of #600384
Black with #600384
Text Example
Text Example
White with #600384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600384; }
p { color: rgb(96,3,132); }
H1.HeaderClassName
{
color: #600384;
}
.AnyTagClassName
{
color: #600384;
}
</style>
background-color css
<style>
a { background-color: #600384; }
a { background-color: rgb(96,3,132); }
div.DivClassName
{
background-color: #600384;
}
.BgClassName
{
background-color: #600384;
}
</style>
border-color css
<style>
span { border-color: #600384; }
span { border-color: rgb(96,3,132); }
td.TdClassName
{
border-color: #600384;
}
.TagClassName
{
border-color: #600384;
}
</style>