Shades of Indigo #43038F
Tints of Indigo #43038F
RGB
CMYK
RGB Variations
Color information
#43038F (or 0x43038F) is known color: Indigo. HEX triplet: 43, 03 and 8F. RGB value is (67,3,143). Sum of RGB (Red+Green+Blue) = 67+3+143=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #43038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43038F is #BCFC70. Grayscale: #252525. Windows color (decimal): -12385393 or 9372483. OLE color: 9372483.
HSL color Cylindrical-coordinate representation of color #43038F: hue angle of 267.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #43038F is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 3 | 143 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.44 |
| HSL | 267.43º | 0.96% | 0.29% | - |
| HSV(B) | 267.43º | 0.98% | 0.56% | - |
| XYZ | 7.31 | 3.24 | 26.23 | - |
| YUV | 38.1 | 187.2 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 143 | 0.53 | 0.98 | 0 | 0.44 | 267.43 | 0.96 | 0.29 |
| Hex | 43 | 3 | 8F | 35 | 62 | 0 | 2C | 10B | 60 | 1D |
| Octal | 103 | 3 | 217 | 65 | 142 | 0 | 54 | 413 | 140 | 35 |
| Binary | 1000011 | 11 | 10001111 | 110101 | 1100010 | 0 | 101100 | 100001011 | 1100000 | 11101 |
Color Harmonies of #43038F
Complementary color
Monochromatic Colors of #43038F
Black with #43038F
Text Example
Text Example
White with #43038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43038F; }
p { color: rgb(67,3,143); }
H1.HeaderClassName
{
color: #43038F;
}
.AnyTagClassName
{
color: #43038F;
}
</style>
background-color css
<style>
a { background-color: #43038F; }
a { background-color: rgb(67,3,143); }
div.DivClassName
{
background-color: #43038F;
}
.BgClassName
{
background-color: #43038F;
}
</style>
border-color css
<style>
span { border-color: #43038F; }
span { border-color: rgb(67,3,143); }
td.TdClassName
{
border-color: #43038F;
}
.TagClassName
{
border-color: #43038F;
}
</style>