Shades of Indigo #450C9D
Tints of Indigo #450C9D
RGB
CMYK
RGB Variations
Color information
#450C9D (or 0x450C9D) is known color: Indigo. HEX triplet: 45, 0C and 9D. RGB value is (69,12,157). Sum of RGB (Red+Green+Blue) = 69+12+157=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #450C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450C9D is #BAF362. Grayscale: #2D2D2D. Windows color (decimal): -12252003 or 10292293. OLE color: 10292293.
HSL color Cylindrical-coordinate representation of color #450C9D: hue angle of 263.59º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450C9D is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 12 | 157 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.38 |
| HSL | 263.59º | 0.86% | 0.33% | - |
| HSV(B) | 263.59º | 0.92% | 0.62% | - |
| XYZ | 8.67 | 3.96 | 32.21 | - |
| YUV | 45.57 | 190.88 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 157 | 0.56 | 0.92 | 0 | 0.38 | 263.59 | 0.86 | 0.33 |
| Hex | 45 | C | 9D | 38 | 5C | 0 | 26 | 108 | 56 | 21 |
| Octal | 105 | 14 | 235 | 70 | 134 | 0 | 46 | 410 | 126 | 41 |
| Binary | 1000101 | 1100 | 10011101 | 111000 | 1011100 | 0 | 100110 | 100001000 | 1010110 | 100001 |
Color Harmonies of #450C9D
Complementary color
Monochromatic Colors of #450C9D
Black with #450C9D
Text Example
Text Example
White with #450C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C9D; }
p { color: rgb(69,12,157); }
H1.HeaderClassName
{
color: #450C9D;
}
.AnyTagClassName
{
color: #450C9D;
}
</style>
background-color css
<style>
a { background-color: #450C9D; }
a { background-color: rgb(69,12,157); }
div.DivClassName
{
background-color: #450C9D;
}
.BgClassName
{
background-color: #450C9D;
}
</style>
border-color css
<style>
span { border-color: #450C9D; }
span { border-color: rgb(69,12,157); }
td.TdClassName
{
border-color: #450C9D;
}
.TagClassName
{
border-color: #450C9D;
}
</style>