Shades of Indigo #43039F
Tints of Indigo #43039F
RGB
CMYK
RGB Variations
Color information
#43039F (or 0x43039F) is known color: Indigo. HEX triplet: 43, 03 and 9F. RGB value is (67,3,159). Sum of RGB (Red+Green+Blue) = 67+3+159=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #43039F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43039F is #BCFC60. Grayscale: #272727. Windows color (decimal): -12385377 or 10421059. OLE color: 10421059.
HSL color Cylindrical-coordinate representation of color #43039F: hue angle of 264.62º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #43039F is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 3 | 159 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.38 |
| HSL | 264.62º | 0.96% | 0.32% | - |
| HSV(B) | 264.62º | 0.98% | 0.62% | - |
| XYZ | 8.61 | 3.76 | 33.07 | - |
| YUV | 39.92 | 195.2 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 159 | 0.58 | 0.98 | 0 | 0.38 | 264.62 | 0.96 | 0.32 |
| Hex | 43 | 3 | 9F | 3A | 62 | 0 | 26 | 109 | 60 | 20 |
| Octal | 103 | 3 | 237 | 72 | 142 | 0 | 46 | 411 | 140 | 40 |
| Binary | 1000011 | 11 | 10011111 | 111010 | 1100010 | 0 | 100110 | 100001001 | 1100000 | 100000 |
Color Harmonies of #43039F
Complementary color
Monochromatic Colors of #43039F
Black with #43039F
Text Example
Text Example
White with #43039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43039F; }
p { color: rgb(67,3,159); }
H1.HeaderClassName
{
color: #43039F;
}
.AnyTagClassName
{
color: #43039F;
}
</style>
background-color css
<style>
a { background-color: #43039F; }
a { background-color: rgb(67,3,159); }
div.DivClassName
{
background-color: #43039F;
}
.BgClassName
{
background-color: #43039F;
}
</style>
border-color css
<style>
span { border-color: #43039F; }
span { border-color: rgb(67,3,159); }
td.TdClassName
{
border-color: #43039F;
}
.TagClassName
{
border-color: #43039F;
}
</style>