Shades of Indigo #651385
Tints of Indigo #651385
RGB
CMYK
RGB Variations
Color information
#651385 (or 0x651385) is known color: Indigo. HEX triplet: 65, 13 and 85. RGB value is (101,19,133). Sum of RGB (Red+Green+Blue) = 101+19+133=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #651385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651385 is #9AEC7A. Grayscale: #383838. Windows color (decimal): -10153083 or 8721253. OLE color: 8721253.
HSL color Cylindrical-coordinate representation of color #651385: hue angle of 283.16º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651385 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 19 | 133 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.48 |
| HSL | 283.16º | 0.75% | 0.3% | - |
| HSV(B) | 283.16º | 0.86% | 0.52% | - |
| XYZ | 9.83 | 4.93 | 22.62 | - |
| YUV | 56.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 133 | 0.24 | 0.86 | 0 | 0.48 | 283.16 | 0.75 | 0.3 |
| Hex | 65 | 13 | 85 | 18 | 56 | 0 | 30 | 11B | 4B | 1E |
| Octal | 145 | 23 | 205 | 30 | 126 | 0 | 60 | 433 | 113 | 36 |
| Binary | 1100101 | 10011 | 10000101 | 11000 | 1010110 | 0 | 110000 | 100011011 | 1001011 | 11110 |
Color Harmonies of #651385
Complementary color
Monochromatic Colors of #651385
Black with #651385
Text Example
Text Example
White with #651385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651385; }
p { color: rgb(101,19,133); }
H1.HeaderClassName
{
color: #651385;
}
.AnyTagClassName
{
color: #651385;
}
</style>
background-color css
<style>
a { background-color: #651385; }
a { background-color: rgb(101,19,133); }
div.DivClassName
{
background-color: #651385;
}
.BgClassName
{
background-color: #651385;
}
</style>
border-color css
<style>
span { border-color: #651385; }
span { border-color: rgb(101,19,133); }
td.TdClassName
{
border-color: #651385;
}
.TagClassName
{
border-color: #651385;
}
</style>