Shades of Indigo #430C88
Tints of Indigo #430C88
RGB
CMYK
RGB Variations
Color information
#430C88 (or 0x430C88) is known color: Indigo. HEX triplet: 43, 0C and 88. RGB value is (67,12,136). Sum of RGB (Red+Green+Blue) = 67+12+136=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #430C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430C88 is #BCF377. Grayscale: #2A2A2A. Windows color (decimal): -12383096 or 8916035. OLE color: 8916035.
HSL color Cylindrical-coordinate representation of color #430C88: hue angle of 266.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430C88 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 12 | 136 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.47 |
| HSL | 266.61º | 0.84% | 0.29% | - |
| HSV(B) | 266.61º | 0.91% | 0.53% | - |
| XYZ | 6.89 | 3.23 | 23.55 | - |
| YUV | 42.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 136 | 0.51 | 0.91 | 0 | 0.47 | 266.61 | 0.84 | 0.29 |
| Hex | 43 | C | 88 | 33 | 5B | 0 | 2F | 10B | 54 | 1D |
| Octal | 103 | 14 | 210 | 63 | 133 | 0 | 57 | 413 | 124 | 35 |
| Binary | 1000011 | 1100 | 10001000 | 110011 | 1011011 | 0 | 101111 | 100001011 | 1010100 | 11101 |
Color Harmonies of #430C88
Complementary color
Monochromatic Colors of #430C88
Black with #430C88
Text Example
Text Example
White with #430C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C88; }
p { color: rgb(67,12,136); }
H1.HeaderClassName
{
color: #430C88;
}
.AnyTagClassName
{
color: #430C88;
}
</style>
background-color css
<style>
a { background-color: #430C88; }
a { background-color: rgb(67,12,136); }
div.DivClassName
{
background-color: #430C88;
}
.BgClassName
{
background-color: #430C88;
}
</style>
border-color css
<style>
span { border-color: #430C88; }
span { border-color: rgb(67,12,136); }
td.TdClassName
{
border-color: #430C88;
}
.TagClassName
{
border-color: #430C88;
}
</style>