Shades of Indigo #4300A6
Tints of Indigo #4300A6
RGB
CMYK
RGB Variations
Color information
#4300A6 (or 0x4300A6) is known color: Indigo. HEX triplet: 43, 00 and A6. RGB value is (67,0,166). Sum of RGB (Red+Green+Blue) = 67+0+166=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 166 (65.23% from 255 or 71.24% from 233); Max value from RGB is 166 - color contains mainly: blue. Hex color #4300A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4300A6 is #BCFF59. Grayscale: #262626. Windows color (decimal): -12386138 or 10879043. OLE color: 10879043.
HSL color Cylindrical-coordinate representation of color #4300A6: hue angle of 264.22º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4300A6 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 0 | 166 | - |
| CMYK | 0.60 | 1 | 0 | 0.35 |
| HSL | 264.22º | 1% | 0.33% | - |
| HSV(B) | 264.22º | 1% | 0.65% | - |
| XYZ | 9.2 | 3.95 | 36.35 | - |
| YUV | 38.96 | 199.7 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 166 | 0.60 | 1 | 0 | 0.35 | 264.22 | 1 | 0.33 |
| Hex | 43 | 0 | A6 | 3C | 64 | 0 | 23 | 108 | 64 | 21 |
| Octal | 103 | 0 | 246 | 74 | 144 | 0 | 43 | 410 | 144 | 41 |
| Binary | 1000011 | 0 | 10100110 | 111100 | 1100100 | 0 | 100011 | 100001000 | 1100100 | 100001 |
Color Harmonies of #4300A6
Complementary color
Monochromatic Colors of #4300A6
Black with #4300A6
Text Example
Text Example
White with #4300A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4300A6; }
p { color: rgb(67,0,166); }
H1.HeaderClassName
{
color: #4300A6;
}
.AnyTagClassName
{
color: #4300A6;
}
</style>
background-color css
<style>
a { background-color: #4300A6; }
a { background-color: rgb(67,0,166); }
div.DivClassName
{
background-color: #4300A6;
}
.BgClassName
{
background-color: #4300A6;
}
</style>
border-color css
<style>
span { border-color: #4300A6; }
span { border-color: rgb(67,0,166); }
td.TdClassName
{
border-color: #4300A6;
}
.TagClassName
{
border-color: #4300A6;
}
</style>