Shades of Indigo #45035D
Tints of Indigo #45035D
RGB
CMYK
RGB Variations
Color information
#45035D (or 0x45035D) is known color: Indigo. HEX triplet: 45, 03 and 5D. RGB value is (69,3,93). Sum of RGB (Red+Green+Blue) = 69+3+93=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #45035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45035D is #BAFCA2. Grayscale: #202020. Windows color (decimal): -12254371 or 6095685. OLE color: 6095685.
HSL color Cylindrical-coordinate representation of color #45035D: hue angle of 284º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45035D is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 3 | 93 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.64 |
| HSL | 284º | 0.94% | 0.19% | - |
| HSV(B) | 284º | 0.97% | 0.36% | - |
| XYZ | 4.46 | 2.12 | 10.53 | - |
| YUV | 32.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 93 | 0.26 | 0.97 | 0 | 0.64 | 284 | 0.94 | 0.19 |
| Hex | 45 | 3 | 5D | 1A | 61 | 0 | 40 | 11C | 5E | 13 |
| Octal | 105 | 3 | 135 | 32 | 141 | 0 | 100 | 434 | 136 | 23 |
| Binary | 1000101 | 11 | 1011101 | 11010 | 1100001 | 0 | 1000000 | 100011100 | 1011110 | 10011 |
Color Harmonies of #45035D
Complementary color
Monochromatic Colors of #45035D
Black with #45035D
Text Example
Text Example
White with #45035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45035D; }
p { color: rgb(69,3,93); }
H1.HeaderClassName
{
color: #45035D;
}
.AnyTagClassName
{
color: #45035D;
}
</style>
background-color css
<style>
a { background-color: #45035D; }
a { background-color: rgb(69,3,93); }
div.DivClassName
{
background-color: #45035D;
}
.BgClassName
{
background-color: #45035D;
}
</style>
border-color css
<style>
span { border-color: #45035D; }
span { border-color: rgb(69,3,93); }
td.TdClassName
{
border-color: #45035D;
}
.TagClassName
{
border-color: #45035D;
}
</style>