Shades of Indigo #65148A
Tints of Indigo #65148A
RGB
CMYK
RGB Variations
Color information
#65148A (or 0x65148A) is known color: Indigo. HEX triplet: 65, 14 and 8A. RGB value is (101,20,138). Sum of RGB (Red+Green+Blue) = 101+20+138=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #65148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65148A is #9AEB75. Grayscale: #393939. Windows color (decimal): -10152822 or 9049189. OLE color: 9049189.
HSL color Cylindrical-coordinate representation of color #65148A: hue angle of 281.19º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65148A is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 20 | 138 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.46 |
| HSL | 281.19º | 0.75% | 0.31% | - |
| HSV(B) | 281.19º | 0.86% | 0.54% | - |
| XYZ | 10.2 | 5.1 | 24.49 | - |
| YUV | 57.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 138 | 0.27 | 0.86 | 0 | 0.46 | 281.19 | 0.75 | 0.31 |
| Hex | 65 | 14 | 8A | 1B | 56 | 0 | 2E | 119 | 4B | 1F |
| Octal | 145 | 24 | 212 | 33 | 126 | 0 | 56 | 431 | 113 | 37 |
| Binary | 1100101 | 10100 | 10001010 | 11011 | 1010110 | 0 | 101110 | 100011001 | 1001011 | 11111 |
Color Harmonies of #65148A
Complementary color
Monochromatic Colors of #65148A
Black with #65148A
Text Example
Text Example
White with #65148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65148A; }
p { color: rgb(101,20,138); }
H1.HeaderClassName
{
color: #65148A;
}
.AnyTagClassName
{
color: #65148A;
}
</style>
background-color css
<style>
a { background-color: #65148A; }
a { background-color: rgb(101,20,138); }
div.DivClassName
{
background-color: #65148A;
}
.BgClassName
{
background-color: #65148A;
}
</style>
border-color css
<style>
span { border-color: #65148A; }
span { border-color: rgb(101,20,138); }
td.TdClassName
{
border-color: #65148A;
}
.TagClassName
{
border-color: #65148A;
}
</style>