Shades of Indigo #43069B
Tints of Indigo #43069B
RGB
CMYK
RGB Variations
Color information
#43069B (or 0x43069B) is known color: Indigo. HEX triplet: 43, 06 and 9B. RGB value is (67,6,155). Sum of RGB (Red+Green+Blue) = 67+6+155=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #43069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43069B is #BCF964. Grayscale: #282828. Windows color (decimal): -12384613 or 10159683. OLE color: 10159683.
HSL color Cylindrical-coordinate representation of color #43069B: hue angle of 264.56º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43069B is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 6 | 155 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.39 |
| HSL | 264.56º | 0.93% | 0.32% | - |
| HSV(B) | 264.56º | 0.96% | 0.61% | - |
| XYZ | 8.3 | 3.69 | 31.29 | - |
| YUV | 41.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 155 | 0.57 | 0.96 | 0 | 0.39 | 264.56 | 0.93 | 0.32 |
| Hex | 43 | 6 | 9B | 39 | 60 | 0 | 27 | 109 | 5D | 20 |
| Octal | 103 | 6 | 233 | 71 | 140 | 0 | 47 | 411 | 135 | 40 |
| Binary | 1000011 | 110 | 10011011 | 111001 | 1100000 | 0 | 100111 | 100001001 | 1011101 | 100000 |
Color Harmonies of #43069B
Complementary color
Monochromatic Colors of #43069B
Black with #43069B
Text Example
Text Example
White with #43069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43069B; }
p { color: rgb(67,6,155); }
H1.HeaderClassName
{
color: #43069B;
}
.AnyTagClassName
{
color: #43069B;
}
</style>
background-color css
<style>
a { background-color: #43069B; }
a { background-color: rgb(67,6,155); }
div.DivClassName
{
background-color: #43069B;
}
.BgClassName
{
background-color: #43069B;
}
</style>
border-color css
<style>
span { border-color: #43069B; }
span { border-color: rgb(67,6,155); }
td.TdClassName
{
border-color: #43069B;
}
.TagClassName
{
border-color: #43069B;
}
</style>