Shades of Indigo #430D9D
Tints of Indigo #430D9D
RGB
CMYK
RGB Variations
Color information
#430D9D (or 0x430D9D) is known color: Indigo. HEX triplet: 43, 0D and 9D. RGB value is (67,13,157). Sum of RGB (Red+Green+Blue) = 67+13+157=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #430D9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430D9D is #BCF262. Grayscale: #2D2D2D. Windows color (decimal): -12382819 or 10292547. OLE color: 10292547.
HSL color Cylindrical-coordinate representation of color #430D9D: hue angle of 262.5º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430D9D is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 13 | 157 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.38 |
| HSL | 262.5º | 0.85% | 0.33% | - |
| HSV(B) | 262.5º | 0.92% | 0.62% | - |
| XYZ | 8.54 | 3.92 | 32.2 | - |
| YUV | 45.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 157 | 0.57 | 0.92 | 0 | 0.38 | 262.5 | 0.85 | 0.33 |
| Hex | 43 | D | 9D | 39 | 5C | 0 | 26 | 106 | 55 | 21 |
| Octal | 103 | 15 | 235 | 71 | 134 | 0 | 46 | 406 | 125 | 41 |
| Binary | 1000011 | 1101 | 10011101 | 111001 | 1011100 | 0 | 100110 | 100000110 | 1010101 | 100001 |
Color Harmonies of #430D9D
Complementary color
Monochromatic Colors of #430D9D
Black with #430D9D
Text Example
Text Example
White with #430D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D9D; }
p { color: rgb(67,13,157); }
H1.HeaderClassName
{
color: #430D9D;
}
.AnyTagClassName
{
color: #430D9D;
}
</style>
background-color css
<style>
a { background-color: #430D9D; }
a { background-color: rgb(67,13,157); }
div.DivClassName
{
background-color: #430D9D;
}
.BgClassName
{
background-color: #430D9D;
}
</style>
border-color css
<style>
span { border-color: #430D9D; }
span { border-color: rgb(67,13,157); }
td.TdClassName
{
border-color: #430D9D;
}
.TagClassName
{
border-color: #430D9D;
}
</style>