Shades of Indigo #65038B
Tints of Indigo #65038B
RGB
CMYK
RGB Variations
Color information
#65038B (or 0x65038B) is known color: Indigo. HEX triplet: 65, 03 and 8B. RGB value is (101,3,139). Sum of RGB (Red+Green+Blue) = 101+3+139=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #65038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65038B is #9AFC74. Grayscale: #2F2F2F. Windows color (decimal): -10157173 or 9110373. OLE color: 9110373.
HSL color Cylindrical-coordinate representation of color #65038B: hue angle of 283.24º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65038B is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 3 | 139 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.45 |
| HSL | 283.24º | 0.96% | 0.28% | - |
| HSV(B) | 283.24º | 0.98% | 0.55% | - |
| XYZ | 10.06 | 4.7 | 24.8 | - |
| YUV | 47.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 139 | 0.27 | 0.98 | 0 | 0.45 | 283.24 | 0.96 | 0.28 |
| Hex | 65 | 3 | 8B | 1B | 62 | 0 | 2D | 11B | 60 | 1C |
| Octal | 145 | 3 | 213 | 33 | 142 | 0 | 55 | 433 | 140 | 34 |
| Binary | 1100101 | 11 | 10001011 | 11011 | 1100010 | 0 | 101101 | 100011011 | 1100000 | 11100 |
Color Harmonies of #65038B
Complementary color
Monochromatic Colors of #65038B
Black with #65038B
Text Example
Text Example
White with #65038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65038B; }
p { color: rgb(101,3,139); }
H1.HeaderClassName
{
color: #65038B;
}
.AnyTagClassName
{
color: #65038B;
}
</style>
background-color css
<style>
a { background-color: #65038B; }
a { background-color: rgb(101,3,139); }
div.DivClassName
{
background-color: #65038B;
}
.BgClassName
{
background-color: #65038B;
}
</style>
border-color css
<style>
span { border-color: #65038B; }
span { border-color: rgb(101,3,139); }
td.TdClassName
{
border-color: #65038B;
}
.TagClassName
{
border-color: #65038B;
}
</style>