Shades of Indigo #65038A
Tints of Indigo #65038A
RGB
CMYK
RGB Variations
Color information
#65038A (or 0x65038A) is known color: Indigo. HEX triplet: 65, 03 and 8A. RGB value is (101,3,138). Sum of RGB (Red+Green+Blue) = 101+3+138=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #65038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65038A is #9AFC75. Grayscale: #2F2F2F. Windows color (decimal): -10157174 or 9044837. OLE color: 9044837.
HSL color Cylindrical-coordinate representation of color #65038A: hue angle of 283.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65038A is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 3 | 138 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.46 |
| HSL | 283.56º | 0.96% | 0.28% | - |
| HSV(B) | 283.56º | 0.98% | 0.54% | - |
| XYZ | 9.99 | 4.67 | 24.42 | - |
| YUV | 47.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 138 | 0.27 | 0.98 | 0 | 0.46 | 283.56 | 0.96 | 0.28 |
| Hex | 65 | 3 | 8A | 1B | 62 | 0 | 2E | 11C | 60 | 1C |
| Octal | 145 | 3 | 212 | 33 | 142 | 0 | 56 | 434 | 140 | 34 |
| Binary | 1100101 | 11 | 10001010 | 11011 | 1100010 | 0 | 101110 | 100011100 | 1100000 | 11100 |
Color Harmonies of #65038A
Complementary color
Monochromatic Colors of #65038A
Black with #65038A
Text Example
Text Example
White with #65038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65038A; }
p { color: rgb(101,3,138); }
H1.HeaderClassName
{
color: #65038A;
}
.AnyTagClassName
{
color: #65038A;
}
</style>
background-color css
<style>
a { background-color: #65038A; }
a { background-color: rgb(101,3,138); }
div.DivClassName
{
background-color: #65038A;
}
.BgClassName
{
background-color: #65038A;
}
</style>
border-color css
<style>
span { border-color: #65038A; }
span { border-color: rgb(101,3,138); }
td.TdClassName
{
border-color: #65038A;
}
.TagClassName
{
border-color: #65038A;
}
</style>