Shades of Indigo #430C90
Tints of Indigo #430C90
RGB
CMYK
RGB Variations
Color information
#430C90 (or 0x430C90) is known color: Indigo. HEX triplet: 43, 0C and 90. RGB value is (67,12,144). Sum of RGB (Red+Green+Blue) = 67+12+144=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #430C90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430C90 is #BCF36F. Grayscale: #2B2B2B. Windows color (decimal): -12383088 or 9440323. OLE color: 9440323.
HSL color Cylindrical-coordinate representation of color #430C90: hue angle of 265º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430C90 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 12 | 144 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.44 |
| HSL | 265º | 0.85% | 0.31% | - |
| HSV(B) | 265º | 0.92% | 0.56% | - |
| XYZ | 7.48 | 3.47 | 26.66 | - |
| YUV | 43.49 | 184.72 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 144 | 0.53 | 0.92 | 0 | 0.44 | 265 | 0.85 | 0.31 |
| Hex | 43 | C | 90 | 35 | 5C | 0 | 2C | 109 | 55 | 1F |
| Octal | 103 | 14 | 220 | 65 | 134 | 0 | 54 | 411 | 125 | 37 |
| Binary | 1000011 | 1100 | 10010000 | 110101 | 1011100 | 0 | 101100 | 100001001 | 1010101 | 11111 |
Color Harmonies of #430C90
Complementary color
Monochromatic Colors of #430C90
Black with #430C90
Text Example
Text Example
White with #430C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C90; }
p { color: rgb(67,12,144); }
H1.HeaderClassName
{
color: #430C90;
}
.AnyTagClassName
{
color: #430C90;
}
</style>
background-color css
<style>
a { background-color: #430C90; }
a { background-color: rgb(67,12,144); }
div.DivClassName
{
background-color: #430C90;
}
.BgClassName
{
background-color: #430C90;
}
</style>
border-color css
<style>
span { border-color: #430C90; }
span { border-color: rgb(67,12,144); }
td.TdClassName
{
border-color: #430C90;
}
.TagClassName
{
border-color: #430C90;
}
</style>