Shades of Indigo #430A67
Tints of Indigo #430A67
RGB
CMYK
RGB Variations
Color information
#430A67 (or 0x430A67) is known color: Indigo. HEX triplet: 43, 0A and 67. RGB value is (67,10,103). Sum of RGB (Red+Green+Blue) = 67+10+103=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #430A67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430A67 is #BCF598. Grayscale: #252525. Windows color (decimal): -12383641 or 6752835. OLE color: 6752835.
HSL color Cylindrical-coordinate representation of color #430A67: hue angle of 276.77º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430A67 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 10 | 103 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.60 |
| HSL | 276.77º | 0.82% | 0.22% | - |
| HSV(B) | 276.77º | 0.9% | 0.4% | - |
| XYZ | 4.87 | 2.39 | 13.04 | - |
| YUV | 37.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 103 | 0.35 | 0.90 | 0 | 0.60 | 276.77 | 0.82 | 0.22 |
| Hex | 43 | A | 67 | 23 | 5A | 0 | 3C | 115 | 52 | 16 |
| Octal | 103 | 12 | 147 | 43 | 132 | 0 | 74 | 425 | 122 | 26 |
| Binary | 1000011 | 1010 | 1100111 | 100011 | 1011010 | 0 | 111100 | 100010101 | 1010010 | 10110 |
Color Harmonies of #430A67
Complementary color
Monochromatic Colors of #430A67
Black with #430A67
Text Example
Text Example
White with #430A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A67; }
p { color: rgb(67,10,103); }
H1.HeaderClassName
{
color: #430A67;
}
.AnyTagClassName
{
color: #430A67;
}
</style>
background-color css
<style>
a { background-color: #430A67; }
a { background-color: rgb(67,10,103); }
div.DivClassName
{
background-color: #430A67;
}
.BgClassName
{
background-color: #430A67;
}
</style>
border-color css
<style>
span { border-color: #430A67; }
span { border-color: rgb(67,10,103); }
td.TdClassName
{
border-color: #430A67;
}
.TagClassName
{
border-color: #430A67;
}
</style>