Shades of Indigo #430B7C
Tints of Indigo #430B7C
RGB
CMYK
RGB Variations
Color information
#430B7C (or 0x430B7C) is known color: Indigo. HEX triplet: 43, 0B and 7C. RGB value is (67,11,124). Sum of RGB (Red+Green+Blue) = 67+11+124=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #430B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B7C is #BCF483. Grayscale: #282828. Windows color (decimal): -12383364 or 8129347. OLE color: 8129347.
HSL color Cylindrical-coordinate representation of color #430B7C: hue angle of 269.73º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430B7C is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 11 | 124 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.51 |
| HSL | 269.73º | 0.84% | 0.26% | - |
| HSV(B) | 269.73º | 0.91% | 0.49% | - |
| XYZ | 6.07 | 2.89 | 19.31 | - |
| YUV | 40.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 124 | 0.46 | 0.91 | 0 | 0.51 | 269.73 | 0.84 | 0.26 |
| Hex | 43 | B | 7C | 2E | 5B | 0 | 33 | 10E | 54 | 1A |
| Octal | 103 | 13 | 174 | 56 | 133 | 0 | 63 | 416 | 124 | 32 |
| Binary | 1000011 | 1011 | 1111100 | 101110 | 1011011 | 0 | 110011 | 100001110 | 1010100 | 11010 |
Color Harmonies of #430B7C
Complementary color
Monochromatic Colors of #430B7C
Black with #430B7C
Text Example
Text Example
White with #430B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B7C; }
p { color: rgb(67,11,124); }
H1.HeaderClassName
{
color: #430B7C;
}
.AnyTagClassName
{
color: #430B7C;
}
</style>
background-color css
<style>
a { background-color: #430B7C; }
a { background-color: rgb(67,11,124); }
div.DivClassName
{
background-color: #430B7C;
}
.BgClassName
{
background-color: #430B7C;
}
</style>
border-color css
<style>
span { border-color: #430B7C; }
span { border-color: rgb(67,11,124); }
td.TdClassName
{
border-color: #430B7C;
}
.TagClassName
{
border-color: #430B7C;
}
</style>