Shades of Indigo #650B7D
Tints of Indigo #650B7D
RGB
CMYK
RGB Variations
Color information
#650B7D (or 0x650B7D) is known color: Indigo. HEX triplet: 65, 0B and 7D. RGB value is (101,11,125). Sum of RGB (Red+Green+Blue) = 101+11+125=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #650B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650B7D is #9AF482. Grayscale: #323232. Windows color (decimal): -10155139 or 8194917. OLE color: 8194917.
HSL color Cylindrical-coordinate representation of color #650B7D: hue angle of 287.37º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650B7D is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 11 | 125 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.51 |
| HSL | 287.37º | 0.84% | 0.27% | - |
| HSV(B) | 287.37º | 0.91% | 0.49% | - |
| XYZ | 9.19 | 4.49 | 19.78 | - |
| YUV | 50.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 125 | 0.19 | 0.91 | 0 | 0.51 | 287.37 | 0.84 | 0.27 |
| Hex | 65 | B | 7D | 13 | 5B | 0 | 33 | 11F | 54 | 1B |
| Octal | 145 | 13 | 175 | 23 | 133 | 0 | 63 | 437 | 124 | 33 |
| Binary | 1100101 | 1011 | 1111101 | 10011 | 1011011 | 0 | 110011 | 100011111 | 1010100 | 11011 |
Color Harmonies of #650B7D
Complementary color
Monochromatic Colors of #650B7D
Black with #650B7D
Text Example
Text Example
White with #650B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B7D; }
p { color: rgb(101,11,125); }
H1.HeaderClassName
{
color: #650B7D;
}
.AnyTagClassName
{
color: #650B7D;
}
</style>
background-color css
<style>
a { background-color: #650B7D; }
a { background-color: rgb(101,11,125); }
div.DivClassName
{
background-color: #650B7D;
}
.BgClassName
{
background-color: #650B7D;
}
</style>
border-color css
<style>
span { border-color: #650B7D; }
span { border-color: rgb(101,11,125); }
td.TdClassName
{
border-color: #650B7D;
}
.TagClassName
{
border-color: #650B7D;
}
</style>