Shades of Indigo #42087B
Tints of Indigo #42087B
RGB
CMYK
RGB Variations
Color information
#42087B (or 0x42087B) is known color: Indigo. HEX triplet: 42, 08 and 7B. RGB value is (66,8,123). Sum of RGB (Red+Green+Blue) = 66+8+123=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #42087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42087B is #BDF784. Grayscale: #262626. Windows color (decimal): -12449669 or 8063042. OLE color: 8063042.
HSL color Cylindrical-coordinate representation of color #42087B: hue angle of 270.26º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42087B is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 8 | 123 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.52 |
| HSL | 270.26º | 0.88% | 0.26% | - |
| HSV(B) | 270.26º | 0.93% | 0.48% | - |
| XYZ | 5.91 | 2.76 | 18.96 | - |
| YUV | 38.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 123 | 0.46 | 0.93 | 0 | 0.52 | 270.26 | 0.88 | 0.26 |
| Hex | 42 | 8 | 7B | 2E | 5D | 0 | 34 | 10E | 58 | 1A |
| Octal | 102 | 10 | 173 | 56 | 135 | 0 | 64 | 416 | 130 | 32 |
| Binary | 1000010 | 1000 | 1111011 | 101110 | 1011101 | 0 | 110100 | 100001110 | 1011000 | 11010 |
Color Harmonies of #42087B
Complementary color
Monochromatic Colors of #42087B
Black with #42087B
Text Example
Text Example
White with #42087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42087B; }
p { color: rgb(66,8,123); }
H1.HeaderClassName
{
color: #42087B;
}
.AnyTagClassName
{
color: #42087B;
}
</style>
background-color css
<style>
a { background-color: #42087B; }
a { background-color: rgb(66,8,123); }
div.DivClassName
{
background-color: #42087B;
}
.BgClassName
{
background-color: #42087B;
}
</style>
border-color css
<style>
span { border-color: #42087B; }
span { border-color: rgb(66,8,123); }
td.TdClassName
{
border-color: #42087B;
}
.TagClassName
{
border-color: #42087B;
}
</style>