Shades of Indigo #430B7D
Tints of Indigo #430B7D
RGB
CMYK
RGB Variations
Color information
#430B7D (or 0x430B7D) is known color: Indigo. HEX triplet: 43, 0B and 7D. RGB value is (67,11,125). Sum of RGB (Red+Green+Blue) = 67+11+125=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #430B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B7D is #BCF482. Grayscale: #282828. Windows color (decimal): -12383363 or 8194883. OLE color: 8194883.
HSL color Cylindrical-coordinate representation of color #430B7D: hue angle of 269.47º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430B7D is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 11 | 125 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.51 |
| HSL | 269.47º | 0.84% | 0.27% | - |
| HSV(B) | 269.47º | 0.91% | 0.49% | - |
| XYZ | 6.14 | 2.91 | 19.64 | - |
| YUV | 40.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 125 | 0.46 | 0.91 | 0 | 0.51 | 269.47 | 0.84 | 0.27 |
| Hex | 43 | B | 7D | 2E | 5B | 0 | 33 | 10D | 54 | 1B |
| Octal | 103 | 13 | 175 | 56 | 133 | 0 | 63 | 415 | 124 | 33 |
| Binary | 1000011 | 1011 | 1111101 | 101110 | 1011011 | 0 | 110011 | 100001101 | 1010100 | 11011 |
Color Harmonies of #430B7D
Complementary color
Monochromatic Colors of #430B7D
Black with #430B7D
Text Example
Text Example
White with #430B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B7D; }
p { color: rgb(67,11,125); }
H1.HeaderClassName
{
color: #430B7D;
}
.AnyTagClassName
{
color: #430B7D;
}
</style>
background-color css
<style>
a { background-color: #430B7D; }
a { background-color: rgb(67,11,125); }
div.DivClassName
{
background-color: #430B7D;
}
.BgClassName
{
background-color: #430B7D;
}
</style>
border-color css
<style>
span { border-color: #430B7D; }
span { border-color: rgb(67,11,125); }
td.TdClassName
{
border-color: #430B7D;
}
.TagClassName
{
border-color: #430B7D;
}
</style>