Shades of Indigo #43007B
Tints of Indigo #43007B
RGB
CMYK
RGB Variations
Color information
#43007B (or 0x43007B) is known color: Indigo. HEX triplet: 43, 00 and 7B. RGB value is (67,0,123). Sum of RGB (Red+Green+Blue) = 67+0+123=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #43007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43007B is #BCFF84. Grayscale: #212121. Windows color (decimal): -12386181 or 8060995. OLE color: 8060995.
HSL color Cylindrical-coordinate representation of color #43007B: hue angle of 272.68º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43007B is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 0 | 123 | - |
| CMYK | 0.46 | 1 | 0 | 0.52 |
| HSL | 272.68º | 1% | 0.24% | - |
| HSV(B) | 272.68º | 1% | 0.48% | - |
| XYZ | 5.89 | 2.62 | 18.93 | - |
| YUV | 34.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 123 | 0.46 | 1 | 0 | 0.52 | 272.68 | 1 | 0.24 |
| Hex | 43 | 0 | 7B | 2E | 64 | 0 | 34 | 111 | 64 | 18 |
| Octal | 103 | 0 | 173 | 56 | 144 | 0 | 64 | 421 | 144 | 30 |
| Binary | 1000011 | 0 | 1111011 | 101110 | 1100100 | 0 | 110100 | 100010001 | 1100100 | 11000 |
Color Harmonies of #43007B
Complementary color
Monochromatic Colors of #43007B
Black with #43007B
Text Example
Text Example
White with #43007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43007B; }
p { color: rgb(67,0,123); }
H1.HeaderClassName
{
color: #43007B;
}
.AnyTagClassName
{
color: #43007B;
}
</style>
background-color css
<style>
a { background-color: #43007B; }
a { background-color: rgb(67,0,123); }
div.DivClassName
{
background-color: #43007B;
}
.BgClassName
{
background-color: #43007B;
}
</style>
border-color css
<style>
span { border-color: #43007B; }
span { border-color: rgb(67,0,123); }
td.TdClassName
{
border-color: #43007B;
}
.TagClassName
{
border-color: #43007B;
}
</style>