Shades of Indigo #6304A1
Tints of Indigo #6304A1
RGB
CMYK
RGB Variations
Color information
#6304A1 (or 0x6304A1) is known color: Indigo. HEX triplet: 63, 04 and A1. RGB value is (99,4,161). Sum of RGB (Red+Green+Blue) = 99+4+161=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 161 (63.28% from 255 or 60.98% from 264); Max value from RGB is 161 - color contains mainly: blue. Hex color #6304A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6304A1 is #9CFB5E. Grayscale: #313131. Windows color (decimal): -10287967 or 10552419. OLE color: 10552419.
HSL color Cylindrical-coordinate representation of color #6304A1: hue angle of 276.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304A1 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 4 | 161 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.37 |
| HSL | 276.31º | 0.95% | 0.32% | - |
| HSV(B) | 276.31º | 0.98% | 0.63% | - |
| XYZ | 11.62 | 5.31 | 34.13 | - |
| YUV | 50.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 161 | 0.39 | 0.98 | 0 | 0.37 | 276.31 | 0.95 | 0.32 |
| Hex | 63 | 4 | A1 | 27 | 62 | 0 | 25 | 114 | 5F | 20 |
| Octal | 143 | 4 | 241 | 47 | 142 | 0 | 45 | 424 | 137 | 40 |
| Binary | 1100011 | 100 | 10100001 | 100111 | 1100010 | 0 | 100101 | 100010100 | 1011111 | 100000 |
Color Harmonies of #6304A1
Complementary color
Monochromatic Colors of #6304A1
Black with #6304A1
Text Example
Text Example
White with #6304A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304A1; }
p { color: rgb(99,4,161); }
H1.HeaderClassName
{
color: #6304A1;
}
.AnyTagClassName
{
color: #6304A1;
}
</style>
background-color css
<style>
a { background-color: #6304A1; }
a { background-color: rgb(99,4,161); }
div.DivClassName
{
background-color: #6304A1;
}
.BgClassName
{
background-color: #6304A1;
}
</style>
border-color css
<style>
span { border-color: #6304A1; }
span { border-color: rgb(99,4,161); }
td.TdClassName
{
border-color: #6304A1;
}
.TagClassName
{
border-color: #6304A1;
}
</style>