Shades of Indigo #5F067B
Tints of Indigo #5F067B
RGB
CMYK
RGB Variations
Color information
#5F067B (or 0x5F067B) is known color: Indigo. HEX triplet: 5F, 06 and 7B. RGB value is (95,6,123). Sum of RGB (Red+Green+Blue) = 95+6+123=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F067B is #A0F984. Grayscale: #2D2D2D. Windows color (decimal): -10549637 or 8062559. OLE color: 8062559.
HSL color Cylindrical-coordinate representation of color #5F067B: hue angle of 285.64º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F067B is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 6 | 123 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.52 |
| HSL | 285.64º | 0.91% | 0.25% | - |
| HSV(B) | 285.64º | 0.95% | 0.48% | - |
| XYZ | 8.36 | 3.99 | 19.07 | - |
| YUV | 45.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 6 | 123 | 0.23 | 0.95 | 0 | 0.52 | 285.64 | 0.91 | 0.25 |
| Hex | 5F | 6 | 7B | 17 | 5F | 0 | 34 | 11E | 5B | 19 |
| Octal | 137 | 6 | 173 | 27 | 137 | 0 | 64 | 436 | 133 | 31 |
| Binary | 1011111 | 110 | 1111011 | 10111 | 1011111 | 0 | 110100 | 100011110 | 1011011 | 11001 |
Color Harmonies of #5F067B
Complementary color
Monochromatic Colors of #5F067B
Black with #5F067B
Text Example
Text Example
White with #5F067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F067B; }
p { color: rgb(95,6,123); }
H1.HeaderClassName
{
color: #5F067B;
}
.AnyTagClassName
{
color: #5F067B;
}
</style>
background-color css
<style>
a { background-color: #5F067B; }
a { background-color: rgb(95,6,123); }
div.DivClassName
{
background-color: #5F067B;
}
.BgClassName
{
background-color: #5F067B;
}
</style>
border-color css
<style>
span { border-color: #5F067B; }
span { border-color: rgb(95,6,123); }
td.TdClassName
{
border-color: #5F067B;
}
.TagClassName
{
border-color: #5F067B;
}
</style>