Shades of Indigo #4306AD
Tints of Indigo #4306AD
RGB
CMYK
RGB Variations
Color information
#4306AD (or 0x4306AD) is known color: Indigo. HEX triplet: 43, 06 and AD. RGB value is (67,6,173). Sum of RGB (Red+Green+Blue) = 67+6+173=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #4306AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4306AD is #BCF952. Grayscale: #2A2A2A. Windows color (decimal): -12384595 or 11339331. OLE color: 11339331.
HSL color Cylindrical-coordinate representation of color #4306AD: hue angle of 261.92º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4306AD is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 6 | 173 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.32 |
| HSL | 261.92º | 0.93% | 0.35% | - |
| HSV(B) | 261.92º | 0.97% | 0.68% | - |
| XYZ | 9.92 | 4.34 | 39.85 | - |
| YUV | 43.28 | 201.21 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 173 | 0.61 | 0.97 | 0 | 0.32 | 261.92 | 0.93 | 0.35 |
| Hex | 43 | 6 | AD | 3D | 61 | 0 | 20 | 106 | 5D | 23 |
| Octal | 103 | 6 | 255 | 75 | 141 | 0 | 40 | 406 | 135 | 43 |
| Binary | 1000011 | 110 | 10101101 | 111101 | 1100001 | 0 | 100000 | 100000110 | 1011101 | 100011 |
Color Harmonies of #4306AD
Complementary color
Monochromatic Colors of #4306AD
Black with #4306AD
Text Example
Text Example
White with #4306AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4306AD; }
p { color: rgb(67,6,173); }
H1.HeaderClassName
{
color: #4306AD;
}
.AnyTagClassName
{
color: #4306AD;
}
</style>
background-color css
<style>
a { background-color: #4306AD; }
a { background-color: rgb(67,6,173); }
div.DivClassName
{
background-color: #4306AD;
}
.BgClassName
{
background-color: #4306AD;
}
</style>
border-color css
<style>
span { border-color: #4306AD; }
span { border-color: rgb(67,6,173); }
td.TdClassName
{
border-color: #4306AD;
}
.TagClassName
{
border-color: #4306AD;
}
</style>