Shades of Indigo #43069D
Tints of Indigo #43069D
RGB
CMYK
RGB Variations
Color information
#43069D (or 0x43069D) is known color: Indigo. HEX triplet: 43, 06 and 9D. RGB value is (67,6,157). Sum of RGB (Red+Green+Blue) = 67+6+157=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #43069D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43069D is #BCF962. Grayscale: #282828. Windows color (decimal): -12384611 or 10290755. OLE color: 10290755.
HSL color Cylindrical-coordinate representation of color #43069D: hue angle of 264.24º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43069D is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 6 | 157 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.38 |
| HSL | 264.24º | 0.93% | 0.32% | - |
| HSV(B) | 264.24º | 0.96% | 0.62% | - |
| XYZ | 8.47 | 3.76 | 32.18 | - |
| YUV | 41.45 | 193.21 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 157 | 0.57 | 0.96 | 0 | 0.38 | 264.24 | 0.93 | 0.32 |
| Hex | 43 | 6 | 9D | 39 | 60 | 0 | 26 | 108 | 5D | 20 |
| Octal | 103 | 6 | 235 | 71 | 140 | 0 | 46 | 410 | 135 | 40 |
| Binary | 1000011 | 110 | 10011101 | 111001 | 1100000 | 0 | 100110 | 100001000 | 1011101 | 100000 |
Color Harmonies of #43069D
Complementary color
Monochromatic Colors of #43069D
Black with #43069D
Text Example
Text Example
White with #43069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43069D; }
p { color: rgb(67,6,157); }
H1.HeaderClassName
{
color: #43069D;
}
.AnyTagClassName
{
color: #43069D;
}
</style>
background-color css
<style>
a { background-color: #43069D; }
a { background-color: rgb(67,6,157); }
div.DivClassName
{
background-color: #43069D;
}
.BgClassName
{
background-color: #43069D;
}
</style>
border-color css
<style>
span { border-color: #43069D; }
span { border-color: rgb(67,6,157); }
td.TdClassName
{
border-color: #43069D;
}
.TagClassName
{
border-color: #43069D;
}
</style>