Shades of Indigo #4506A7
Tints of Indigo #4506A7
RGB
CMYK
RGB Variations
Color information
#4506A7 (or 0x4506A7) is known color: Indigo. HEX triplet: 45, 06 and A7. RGB value is (69,6,167). Sum of RGB (Red+Green+Blue) = 69+6+167=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 167 (65.62% from 255 or 69.01% from 242); Max value from RGB is 167 - color contains mainly: blue. Hex color #4506A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4506A7 is #BAF958. Grayscale: #2A2A2A. Windows color (decimal): -12253529 or 10946117. OLE color: 10946117.
HSL color Cylindrical-coordinate representation of color #4506A7: hue angle of 263.48º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4506A7 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 6 | 167 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.35 |
| HSL | 263.48º | 0.93% | 0.34% | - |
| HSV(B) | 263.48º | 0.96% | 0.65% | - |
| XYZ | 9.49 | 4.19 | 36.87 | - |
| YUV | 43.19 | 197.87 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 167 | 0.59 | 0.96 | 0 | 0.35 | 263.48 | 0.93 | 0.34 |
| Hex | 45 | 6 | A7 | 3B | 60 | 0 | 23 | 107 | 5D | 22 |
| Octal | 105 | 6 | 247 | 73 | 140 | 0 | 43 | 407 | 135 | 42 |
| Binary | 1000101 | 110 | 10100111 | 111011 | 1100000 | 0 | 100011 | 100000111 | 1011101 | 100010 |
Color Harmonies of #4506A7
Complementary color
Monochromatic Colors of #4506A7
Black with #4506A7
Text Example
Text Example
White with #4506A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4506A7; }
p { color: rgb(69,6,167); }
H1.HeaderClassName
{
color: #4506A7;
}
.AnyTagClassName
{
color: #4506A7;
}
</style>
background-color css
<style>
a { background-color: #4506A7; }
a { background-color: rgb(69,6,167); }
div.DivClassName
{
background-color: #4506A7;
}
.BgClassName
{
background-color: #4506A7;
}
</style>
border-color css
<style>
span { border-color: #4506A7; }
span { border-color: rgb(69,6,167); }
td.TdClassName
{
border-color: #4506A7;
}
.TagClassName
{
border-color: #4506A7;
}
</style>