Shades of Indigo #4307AD
Tints of Indigo #4307AD
RGB
CMYK
RGB Variations
Color information
#4307AD (or 0x4307AD) is known color: Indigo. HEX triplet: 43, 07 and AD. RGB value is (67,7,173). Sum of RGB (Red+Green+Blue) = 67+7+173=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #4307AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4307AD is #BCF852. Grayscale: #2B2B2B. Windows color (decimal): -12384339 or 11339587. OLE color: 11339587.
HSL color Cylindrical-coordinate representation of color #4307AD: hue angle of 261.69º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4307AD is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 7 | 173 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.32 |
| HSL | 261.69º | 0.92% | 0.35% | - |
| HSV(B) | 261.69º | 0.96% | 0.68% | - |
| XYZ | 9.93 | 4.36 | 39.85 | - |
| YUV | 43.86 | 200.88 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 173 | 0.61 | 0.96 | 0 | 0.32 | 261.69 | 0.92 | 0.35 |
| Hex | 43 | 7 | AD | 3D | 60 | 0 | 20 | 106 | 5C | 23 |
| Octal | 103 | 7 | 255 | 75 | 140 | 0 | 40 | 406 | 134 | 43 |
| Binary | 1000011 | 111 | 10101101 | 111101 | 1100000 | 0 | 100000 | 100000110 | 1011100 | 100011 |
Color Harmonies of #4307AD
Complementary color
Monochromatic Colors of #4307AD
Black with #4307AD
Text Example
Text Example
White with #4307AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4307AD; }
p { color: rgb(67,7,173); }
H1.HeaderClassName
{
color: #4307AD;
}
.AnyTagClassName
{
color: #4307AD;
}
</style>
background-color css
<style>
a { background-color: #4307AD; }
a { background-color: rgb(67,7,173); }
div.DivClassName
{
background-color: #4307AD;
}
.BgClassName
{
background-color: #4307AD;
}
</style>
border-color css
<style>
span { border-color: #4307AD; }
span { border-color: rgb(67,7,173); }
td.TdClassName
{
border-color: #4307AD;
}
.TagClassName
{
border-color: #4307AD;
}
</style>