Shades of Indigo #4300AD
Tints of Indigo #4300AD
RGB
CMYK
RGB Variations
Color information
#4300AD (or 0x4300AD) is known color: Indigo. HEX triplet: 43, 00 and AD. RGB value is (67,0,173). Sum of RGB (Red+Green+Blue) = 67+0+173=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #4300AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4300AD is #BCFF52. Grayscale: #272727. Windows color (decimal): -12386131 or 11337795. OLE color: 11337795.
HSL color Cylindrical-coordinate representation of color #4300AD: hue angle of 263.24º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4300AD is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 0 | 173 | - |
| CMYK | 0.61 | 1 | 0 | 0.32 |
| HSL | 263.24º | 1% | 0.34% | - |
| HSV(B) | 263.24º | 1% | 0.68% | - |
| XYZ | 9.86 | 4.21 | 39.83 | - |
| YUV | 39.76 | 203.2 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 173 | 0.61 | 1 | 0 | 0.32 | 263.24 | 1 | 0.34 |
| Hex | 43 | 0 | AD | 3D | 64 | 0 | 20 | 107 | 64 | 22 |
| Octal | 103 | 0 | 255 | 75 | 144 | 0 | 40 | 407 | 144 | 42 |
| Binary | 1000011 | 0 | 10101101 | 111101 | 1100100 | 0 | 100000 | 100000111 | 1100100 | 100010 |
Color Harmonies of #4300AD
Complementary color
Monochromatic Colors of #4300AD
Black with #4300AD
Text Example
Text Example
White with #4300AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4300AD; }
p { color: rgb(67,0,173); }
H1.HeaderClassName
{
color: #4300AD;
}
.AnyTagClassName
{
color: #4300AD;
}
</style>
background-color css
<style>
a { background-color: #4300AD; }
a { background-color: rgb(67,0,173); }
div.DivClassName
{
background-color: #4300AD;
}
.BgClassName
{
background-color: #4300AD;
}
</style>
border-color css
<style>
span { border-color: #4300AD; }
span { border-color: rgb(67,0,173); }
td.TdClassName
{
border-color: #4300AD;
}
.TagClassName
{
border-color: #4300AD;
}
</style>