Shades of Indigo #430C9B
Tints of Indigo #430C9B
RGB
CMYK
RGB Variations
Color information
#430C9B (or 0x430C9B) is known color: Indigo. HEX triplet: 43, 0C and 9B. RGB value is (67,12,155). Sum of RGB (Red+Green+Blue) = 67+12+155=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #430C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430C9B is #BCF364. Grayscale: #2C2C2C. Windows color (decimal): -12383077 or 10161219. OLE color: 10161219.
HSL color Cylindrical-coordinate representation of color #430C9B: hue angle of 263.08º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430C9B is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 12 | 155 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.39 |
| HSL | 263.08º | 0.86% | 0.33% | - |
| HSV(B) | 263.08º | 0.92% | 0.61% | - |
| XYZ | 8.36 | 3.82 | 31.31 | - |
| YUV | 44.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 155 | 0.57 | 0.92 | 0 | 0.39 | 263.08 | 0.86 | 0.33 |
| Hex | 43 | C | 9B | 39 | 5C | 0 | 27 | 107 | 56 | 21 |
| Octal | 103 | 14 | 233 | 71 | 134 | 0 | 47 | 407 | 126 | 41 |
| Binary | 1000011 | 1100 | 10011011 | 111001 | 1011100 | 0 | 100111 | 100000111 | 1010110 | 100001 |
Color Harmonies of #430C9B
Complementary color
Monochromatic Colors of #430C9B
Black with #430C9B
Text Example
Text Example
White with #430C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C9B; }
p { color: rgb(67,12,155); }
H1.HeaderClassName
{
color: #430C9B;
}
.AnyTagClassName
{
color: #430C9B;
}
</style>
background-color css
<style>
a { background-color: #430C9B; }
a { background-color: rgb(67,12,155); }
div.DivClassName
{
background-color: #430C9B;
}
.BgClassName
{
background-color: #430C9B;
}
</style>
border-color css
<style>
span { border-color: #430C9B; }
span { border-color: rgb(67,12,155); }
td.TdClassName
{
border-color: #430C9B;
}
.TagClassName
{
border-color: #430C9B;
}
</style>