Shades of Indigo #430C9E
Tints of Indigo #430C9E
RGB
CMYK
RGB Variations
Color information
#430C9E (or 0x430C9E) is known color: Indigo. HEX triplet: 43, 0C and 9E. RGB value is (67,12,158). Sum of RGB (Red+Green+Blue) = 67+12+158=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #430C9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430C9E is #BCF361. Grayscale: #2C2C2C. Windows color (decimal): -12383074 or 10357827. OLE color: 10357827.
HSL color Cylindrical-coordinate representation of color #430C9E: hue angle of 262.6º 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 #430C9E is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 12 | 158 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.38 |
| HSL | 262.6º | 0.86% | 0.33% | - |
| HSV(B) | 262.6º | 0.92% | 0.62% | - |
| XYZ | 8.62 | 3.92 | 32.65 | - |
| YUV | 45.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 158 | 0.58 | 0.92 | 0 | 0.38 | 262.6 | 0.86 | 0.33 |
| Hex | 43 | C | 9E | 3A | 5C | 0 | 26 | 107 | 56 | 21 |
| Octal | 103 | 14 | 236 | 72 | 134 | 0 | 46 | 407 | 126 | 41 |
| Binary | 1000011 | 1100 | 10011110 | 111010 | 1011100 | 0 | 100110 | 100000111 | 1010110 | 100001 |
Color Harmonies of #430C9E
Complementary color
Monochromatic Colors of #430C9E
Black with #430C9E
Text Example
Text Example
White with #430C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C9E; }
p { color: rgb(67,12,158); }
H1.HeaderClassName
{
color: #430C9E;
}
.AnyTagClassName
{
color: #430C9E;
}
</style>
background-color css
<style>
a { background-color: #430C9E; }
a { background-color: rgb(67,12,158); }
div.DivClassName
{
background-color: #430C9E;
}
.BgClassName
{
background-color: #430C9E;
}
</style>
border-color css
<style>
span { border-color: #430C9E; }
span { border-color: rgb(67,12,158); }
td.TdClassName
{
border-color: #430C9E;
}
.TagClassName
{
border-color: #430C9E;
}
</style>