Shades of Indigo #45068B
Tints of Indigo #45068B
RGB
CMYK
RGB Variations
Color information
#45068B (or 0x45068B) is known color: Indigo. HEX triplet: 45, 06 and 8B. RGB value is (69,6,139). Sum of RGB (Red+Green+Blue) = 69+6+139=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #45068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45068B is #BAF974. Grayscale: #272727. Windows color (decimal): -12253557 or 9111109. OLE color: 9111109.
HSL color Cylindrical-coordinate representation of color #45068B: hue angle of 268.42º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45068B is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 6 | 139 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.45 |
| HSL | 268.42º | 0.92% | 0.28% | - |
| HSV(B) | 268.42º | 0.96% | 0.55% | - |
| XYZ | 7.18 | 3.26 | 24.68 | - |
| YUV | 40 | 183.87 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 139 | 0.50 | 0.96 | 0 | 0.45 | 268.42 | 0.92 | 0.28 |
| Hex | 45 | 6 | 8B | 32 | 60 | 0 | 2D | 10C | 5C | 1C |
| Octal | 105 | 6 | 213 | 62 | 140 | 0 | 55 | 414 | 134 | 34 |
| Binary | 1000101 | 110 | 10001011 | 110010 | 1100000 | 0 | 101101 | 100001100 | 1011100 | 11100 |
Color Harmonies of #45068B
Complementary color
Monochromatic Colors of #45068B
Black with #45068B
Text Example
Text Example
White with #45068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45068B; }
p { color: rgb(69,6,139); }
H1.HeaderClassName
{
color: #45068B;
}
.AnyTagClassName
{
color: #45068B;
}
</style>
background-color css
<style>
a { background-color: #45068B; }
a { background-color: rgb(69,6,139); }
div.DivClassName
{
background-color: #45068B;
}
.BgClassName
{
background-color: #45068B;
}
</style>
border-color css
<style>
span { border-color: #45068B; }
span { border-color: rgb(69,6,139); }
td.TdClassName
{
border-color: #45068B;
}
.TagClassName
{
border-color: #45068B;
}
</style>