Shades of Indigo #65138A
Tints of Indigo #65138A
RGB
CMYK
RGB Variations
Color information
#65138A (or 0x65138A) is known color: Indigo. HEX triplet: 65, 13 and 8A. RGB value is (101,19,138). Sum of RGB (Red+Green+Blue) = 101+19+138=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #65138A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65138A is #9AEC75. Grayscale: #383838. Windows color (decimal): -10153078 or 9048933. OLE color: 9048933.
HSL color Cylindrical-coordinate representation of color #65138A: hue angle of 281.34º degrees, saturation: 0.76, 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 #65138A is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 19 | 138 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.46 |
| HSL | 281.34º | 0.76% | 0.31% | - |
| HSV(B) | 281.34º | 0.86% | 0.54% | - |
| XYZ | 10.19 | 5.07 | 24.49 | - |
| YUV | 57.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 138 | 0.27 | 0.86 | 0 | 0.46 | 281.34 | 0.76 | 0.31 |
| Hex | 65 | 13 | 8A | 1B | 56 | 0 | 2E | 119 | 4C | 1F |
| Octal | 145 | 23 | 212 | 33 | 126 | 0 | 56 | 431 | 114 | 37 |
| Binary | 1100101 | 10011 | 10001010 | 11011 | 1010110 | 0 | 101110 | 100011001 | 1001100 | 11111 |
Color Harmonies of #65138A
Complementary color
Monochromatic Colors of #65138A
Black with #65138A
Text Example
Text Example
White with #65138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65138A; }
p { color: rgb(101,19,138); }
H1.HeaderClassName
{
color: #65138A;
}
.AnyTagClassName
{
color: #65138A;
}
</style>
background-color css
<style>
a { background-color: #65138A; }
a { background-color: rgb(101,19,138); }
div.DivClassName
{
background-color: #65138A;
}
.BgClassName
{
background-color: #65138A;
}
</style>
border-color css
<style>
span { border-color: #65138A; }
span { border-color: rgb(101,19,138); }
td.TdClassName
{
border-color: #65138A;
}
.TagClassName
{
border-color: #65138A;
}
</style>