Shades of Indigo #69009B
Tints of Indigo #69009B
RGB
CMYK
RGB Variations
Color information
#69009B (or 0x69009B) is known color: Indigo. HEX triplet: 69, 00 and 9B. RGB value is (105,0,155). Sum of RGB (Red+Green+Blue) = 105+0+155=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #69009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69009B is #96FF64. Grayscale: #303030. Windows color (decimal): -9895781 or 10158185. OLE color: 10158185.
HSL color Cylindrical-coordinate representation of color #69009B: hue angle of 280.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69009B is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 0 | 155 | - |
| CMYK | 0.32 | 1 | 0 | 0.39 |
| HSL | 280.65º | 1% | 0.3% | - |
| HSV(B) | 280.65º | 1% | 0.61% | - |
| XYZ | 11.74 | 5.37 | 31.43 | - |
| YUV | 49.07 | 187.79 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 155 | 0.32 | 1 | 0 | 0.39 | 280.65 | 1 | 0.3 |
| Hex | 69 | 0 | 9B | 20 | 64 | 0 | 27 | 119 | 64 | 1E |
| Octal | 151 | 0 | 233 | 40 | 144 | 0 | 47 | 431 | 144 | 36 |
| Binary | 1101001 | 0 | 10011011 | 100000 | 1100100 | 0 | 100111 | 100011001 | 1100100 | 11110 |
Color Harmonies of #69009B
Complementary color
Monochromatic Colors of #69009B
Black with #69009B
Text Example
Text Example
White with #69009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69009B; }
p { color: rgb(105,0,155); }
H1.HeaderClassName
{
color: #69009B;
}
.AnyTagClassName
{
color: #69009B;
}
</style>
background-color css
<style>
a { background-color: #69009B; }
a { background-color: rgb(105,0,155); }
div.DivClassName
{
background-color: #69009B;
}
.BgClassName
{
background-color: #69009B;
}
</style>
border-color css
<style>
span { border-color: #69009B; }
span { border-color: rgb(105,0,155); }
td.TdClassName
{
border-color: #69009B;
}
.TagClassName
{
border-color: #69009B;
}
</style>