Shades of Indigo #65068B
Tints of Indigo #65068B
RGB
CMYK
RGB Variations
Color information
#65068B (or 0x65068B) is known color: Indigo. HEX triplet: 65, 06 and 8B. RGB value is (101,6,139). Sum of RGB (Red+Green+Blue) = 101+6+139=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #65068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65068B is #9AF974. Grayscale: #313131. Windows color (decimal): -10156405 or 9111141. OLE color: 9111141.
HSL color Cylindrical-coordinate representation of color #65068B: hue angle of 282.86º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65068B is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 6 | 139 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.45 |
| HSL | 282.86º | 0.92% | 0.28% | - |
| HSV(B) | 282.86º | 0.96% | 0.55% | - |
| XYZ | 10.09 | 4.76 | 24.81 | - |
| YUV | 49.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 139 | 0.27 | 0.96 | 0 | 0.45 | 282.86 | 0.92 | 0.28 |
| Hex | 65 | 6 | 8B | 1B | 60 | 0 | 2D | 11B | 5C | 1C |
| Octal | 145 | 6 | 213 | 33 | 140 | 0 | 55 | 433 | 134 | 34 |
| Binary | 1100101 | 110 | 10001011 | 11011 | 1100000 | 0 | 101101 | 100011011 | 1011100 | 11100 |
Color Harmonies of #65068B
Complementary color
Monochromatic Colors of #65068B
Black with #65068B
Text Example
Text Example
White with #65068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65068B; }
p { color: rgb(101,6,139); }
H1.HeaderClassName
{
color: #65068B;
}
.AnyTagClassName
{
color: #65068B;
}
</style>
background-color css
<style>
a { background-color: #65068B; }
a { background-color: rgb(101,6,139); }
div.DivClassName
{
background-color: #65068B;
}
.BgClassName
{
background-color: #65068B;
}
</style>
border-color css
<style>
span { border-color: #65068B; }
span { border-color: rgb(101,6,139); }
td.TdClassName
{
border-color: #65068B;
}
.TagClassName
{
border-color: #65068B;
}
</style>