Shades of Indigo #45037B
Tints of Indigo #45037B
RGB
CMYK
RGB Variations
Color information
#45037B (or 0x45037B) is known color: Indigo. HEX triplet: 45, 03 and 7B. RGB value is (69,3,123). Sum of RGB (Red+Green+Blue) = 69+3+123=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #45037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45037B is #BAFC84. Grayscale: #242424. Windows color (decimal): -12254341 or 8061765. OLE color: 8061765.
HSL color Cylindrical-coordinate representation of color #45037B: hue angle of 273º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #45037B is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 3 | 123 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.52 |
| HSL | 273º | 0.95% | 0.25% | - |
| HSV(B) | 273º | 0.98% | 0.48% | - |
| XYZ | 6.06 | 2.76 | 18.95 | - |
| YUV | 36.41 | 176.87 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 123 | 0.44 | 0.98 | 0 | 0.52 | 273 | 0.95 | 0.25 |
| Hex | 45 | 3 | 7B | 2C | 62 | 0 | 34 | 111 | 5F | 19 |
| Octal | 105 | 3 | 173 | 54 | 142 | 0 | 64 | 421 | 137 | 31 |
| Binary | 1000101 | 11 | 1111011 | 101100 | 1100010 | 0 | 110100 | 100010001 | 1011111 | 11001 |
Color Harmonies of #45037B
Complementary color
Monochromatic Colors of #45037B
Black with #45037B
Text Example
Text Example
White with #45037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45037B; }
p { color: rgb(69,3,123); }
H1.HeaderClassName
{
color: #45037B;
}
.AnyTagClassName
{
color: #45037B;
}
</style>
background-color css
<style>
a { background-color: #45037B; }
a { background-color: rgb(69,3,123); }
div.DivClassName
{
background-color: #45037B;
}
.BgClassName
{
background-color: #45037B;
}
</style>
border-color css
<style>
span { border-color: #45037B; }
span { border-color: rgb(69,3,123); }
td.TdClassName
{
border-color: #45037B;
}
.TagClassName
{
border-color: #45037B;
}
</style>