Shades of Indigo #450C67
Tints of Indigo #450C67
RGB
CMYK
RGB Variations
Color information
#450C67 (or 0x450C67) is known color: Indigo. HEX triplet: 45, 0C and 67. RGB value is (69,12,103). Sum of RGB (Red+Green+Blue) = 69+12+103=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #450C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C67 is #BAF398. Grayscale: #272727. Windows color (decimal): -12252057 or 6753349. OLE color: 6753349.
HSL color Cylindrical-coordinate representation of color #450C67: hue angle of 277.58º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450C67 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 12 | 103 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.60 |
| HSL | 277.58º | 0.79% | 0.23% | - |
| HSV(B) | 277.58º | 0.88% | 0.4% | - |
| XYZ | 5.03 | 2.51 | 13.05 | - |
| YUV | 39.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 103 | 0.33 | 0.88 | 0 | 0.60 | 277.58 | 0.79 | 0.23 |
| Hex | 45 | C | 67 | 21 | 58 | 0 | 3C | 116 | 4F | 17 |
| Octal | 105 | 14 | 147 | 41 | 130 | 0 | 74 | 426 | 117 | 27 |
| Binary | 1000101 | 1100 | 1100111 | 100001 | 1011000 | 0 | 111100 | 100010110 | 1001111 | 10111 |
Color Harmonies of #450C67
Complementary color
Monochromatic Colors of #450C67
Black with #450C67
Text Example
Text Example
White with #450C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C67; }
p { color: rgb(69,12,103); }
H1.HeaderClassName
{
color: #450C67;
}
.AnyTagClassName
{
color: #450C67;
}
</style>
background-color css
<style>
a { background-color: #450C67; }
a { background-color: rgb(69,12,103); }
div.DivClassName
{
background-color: #450C67;
}
.BgClassName
{
background-color: #450C67;
}
</style>
border-color css
<style>
span { border-color: #450C67; }
span { border-color: rgb(69,12,103); }
td.TdClassName
{
border-color: #450C67;
}
.TagClassName
{
border-color: #450C67;
}
</style>