Shades of Indigo #43019C
Tints of Indigo #43019C
RGB
CMYK
RGB Variations
Color information
#43019C (or 0x43019C) is known color: Indigo. HEX triplet: 43, 01 and 9C. RGB value is (67,1,156). Sum of RGB (Red+Green+Blue) = 67+1+156=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #43019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43019C is #BCFE63. Grayscale: #252525. Windows color (decimal): -12385892 or 10223939. OLE color: 10223939.
HSL color Cylindrical-coordinate representation of color #43019C: hue angle of 265.55º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43019C is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 1 | 156 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.39 |
| HSL | 265.55º | 0.99% | 0.31% | - |
| HSV(B) | 265.55º | 0.99% | 0.61% | - |
| XYZ | 8.33 | 3.62 | 31.71 | - |
| YUV | 38.4 | 194.37 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 156 | 0.57 | 0.99 | 0 | 0.39 | 265.55 | 0.99 | 0.31 |
| Hex | 43 | 1 | 9C | 39 | 63 | 0 | 27 | 10A | 63 | 1F |
| Octal | 103 | 1 | 234 | 71 | 143 | 0 | 47 | 412 | 143 | 37 |
| Binary | 1000011 | 1 | 10011100 | 111001 | 1100011 | 0 | 100111 | 100001010 | 1100011 | 11111 |
Color Harmonies of #43019C
Complementary color
Monochromatic Colors of #43019C
Black with #43019C
Text Example
Text Example
White with #43019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43019C; }
p { color: rgb(67,1,156); }
H1.HeaderClassName
{
color: #43019C;
}
.AnyTagClassName
{
color: #43019C;
}
</style>
background-color css
<style>
a { background-color: #43019C; }
a { background-color: rgb(67,1,156); }
div.DivClassName
{
background-color: #43019C;
}
.BgClassName
{
background-color: #43019C;
}
</style>
border-color css
<style>
span { border-color: #43019C; }
span { border-color: rgb(67,1,156); }
td.TdClassName
{
border-color: #43019C;
}
.TagClassName
{
border-color: #43019C;
}
</style>