Shades of Indigo #430C9D
Tints of Indigo #430C9D
RGB
CMYK
RGB Variations
Color information
#430C9D (or 0x430C9D) is known color: Indigo. HEX triplet: 43, 0C and 9D. RGB value is (67,12,157). Sum of RGB (Red+Green+Blue) = 67+12+157=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #430C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430C9D is #BCF362. Grayscale: #2C2C2C. Windows color (decimal): -12383075 or 10292291. OLE color: 10292291.
HSL color Cylindrical-coordinate representation of color #430C9D: hue angle of 262.76º degrees, saturation: 0.86, 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 #430C9D is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 12 | 157 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.38 |
| HSL | 262.76º | 0.86% | 0.33% | - |
| HSV(B) | 262.76º | 0.92% | 0.62% | - |
| XYZ | 8.53 | 3.89 | 32.2 | - |
| YUV | 44.98 | 191.22 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 157 | 0.57 | 0.92 | 0 | 0.38 | 262.76 | 0.86 | 0.33 |
| Hex | 43 | C | 9D | 39 | 5C | 0 | 26 | 107 | 56 | 21 |
| Octal | 103 | 14 | 235 | 71 | 134 | 0 | 46 | 407 | 126 | 41 |
| Binary | 1000011 | 1100 | 10011101 | 111001 | 1011100 | 0 | 100110 | 100000111 | 1010110 | 100001 |
Color Harmonies of #430C9D
Complementary color
Monochromatic Colors of #430C9D
Black with #430C9D
Text Example
Text Example
White with #430C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C9D; }
p { color: rgb(67,12,157); }
H1.HeaderClassName
{
color: #430C9D;
}
.AnyTagClassName
{
color: #430C9D;
}
</style>
background-color css
<style>
a { background-color: #430C9D; }
a { background-color: rgb(67,12,157); }
div.DivClassName
{
background-color: #430C9D;
}
.BgClassName
{
background-color: #430C9D;
}
</style>
border-color css
<style>
span { border-color: #430C9D; }
span { border-color: rgb(67,12,157); }
td.TdClassName
{
border-color: #430C9D;
}
.TagClassName
{
border-color: #430C9D;
}
</style>