Shades of Indigo #430767
Tints of Indigo #430767
RGB
CMYK
RGB Variations
Color information
#430767 (or 0x430767) is known color: Indigo. HEX triplet: 43, 07 and 67. RGB value is (67,7,103). Sum of RGB (Red+Green+Blue) = 67+7+103=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #430767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430767 is #BCF898. Grayscale: #232323. Windows color (decimal): -12384409 or 6752067. OLE color: 6752067.
HSL color Cylindrical-coordinate representation of color #430767: hue angle of 277.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430767 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 7 | 103 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.60 |
| HSL | 277.5º | 0.87% | 0.22% | - |
| HSV(B) | 277.5º | 0.93% | 0.4% | - |
| XYZ | 4.84 | 2.32 | 13.03 | - |
| YUV | 35.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 103 | 0.35 | 0.93 | 0 | 0.60 | 277.5 | 0.87 | 0.22 |
| Hex | 43 | 7 | 67 | 23 | 5D | 0 | 3C | 116 | 57 | 16 |
| Octal | 103 | 7 | 147 | 43 | 135 | 0 | 74 | 426 | 127 | 26 |
| Binary | 1000011 | 111 | 1100111 | 100011 | 1011101 | 0 | 111100 | 100010110 | 1010111 | 10110 |
Color Harmonies of #430767
Complementary color
Monochromatic Colors of #430767
Black with #430767
Text Example
Text Example
White with #430767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430767; }
p { color: rgb(67,7,103); }
H1.HeaderClassName
{
color: #430767;
}
.AnyTagClassName
{
color: #430767;
}
</style>
background-color css
<style>
a { background-color: #430767; }
a { background-color: rgb(67,7,103); }
div.DivClassName
{
background-color: #430767;
}
.BgClassName
{
background-color: #430767;
}
</style>
border-color css
<style>
span { border-color: #430767; }
span { border-color: rgb(67,7,103); }
td.TdClassName
{
border-color: #430767;
}
.TagClassName
{
border-color: #430767;
}
</style>