Shades of Indigo #6502A4
Tints of Indigo #6502A4
RGB
CMYK
RGB Variations
Color information
#6502A4 (or 0x6502A4) is known color: Indigo. HEX triplet: 65, 02 and A4. RGB value is (101,2,164). Sum of RGB (Red+Green+Blue) = 101+2+164=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #6502A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6502A4 is #9AFD5B. Grayscale: #313131. Windows color (decimal): -10157404 or 10748517. OLE color: 10748517.
HSL color Cylindrical-coordinate representation of color #6502A4: hue angle of 276.67º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502A4 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 2 | 164 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.36 |
| HSL | 276.67º | 0.98% | 0.33% | - |
| HSV(B) | 276.67º | 0.99% | 0.64% | - |
| XYZ | 12.09 | 5.49 | 35.54 | - |
| YUV | 50.07 | 192.3 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 164 | 0.38 | 0.99 | 0 | 0.36 | 276.67 | 0.98 | 0.33 |
| Hex | 65 | 2 | A4 | 26 | 63 | 0 | 24 | 115 | 62 | 21 |
| Octal | 145 | 2 | 244 | 46 | 143 | 0 | 44 | 425 | 142 | 41 |
| Binary | 1100101 | 10 | 10100100 | 100110 | 1100011 | 0 | 100100 | 100010101 | 1100010 | 100001 |
Color Harmonies of #6502A4
Complementary color
Monochromatic Colors of #6502A4
Black with #6502A4
Text Example
Text Example
White with #6502A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502A4; }
p { color: rgb(101,2,164); }
H1.HeaderClassName
{
color: #6502A4;
}
.AnyTagClassName
{
color: #6502A4;
}
</style>
background-color css
<style>
a { background-color: #6502A4; }
a { background-color: rgb(101,2,164); }
div.DivClassName
{
background-color: #6502A4;
}
.BgClassName
{
background-color: #6502A4;
}
</style>
border-color css
<style>
span { border-color: #6502A4; }
span { border-color: rgb(101,2,164); }
td.TdClassName
{
border-color: #6502A4;
}
.TagClassName
{
border-color: #6502A4;
}
</style>