Shades of Indigo #3E09AC
Tints of Indigo #3E09AC
RGB
CMYK
RGB Variations
Color information
#3E09AC (or 0x3E09AC) is known color: Indigo. HEX triplet: 3E, 09 and AC. RGB value is (62,9,172). Sum of RGB (Red+Green+Blue) = 62+9+172=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #3E09AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E09AC is #C1F653. Grayscale: #2A2A2A. Windows color (decimal): -12711508 or 11274558. OLE color: 11274558.
HSL color Cylindrical-coordinate representation of color #3E09AC: hue angle of 259.51º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E09AC is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 9 | 172 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.33 |
| HSL | 259.51º | 0.9% | 0.35% | - |
| HSV(B) | 259.51º | 0.95% | 0.67% | - |
| XYZ | 9.53 | 4.2 | 39.34 | - |
| YUV | 43.43 | 200.56 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 172 | 0.64 | 0.95 | 0 | 0.33 | 259.51 | 0.9 | 0.35 |
| Hex | 3E | 9 | AC | 40 | 5F | 0 | 21 | 104 | 5A | 23 |
| Octal | 76 | 11 | 254 | 100 | 137 | 0 | 41 | 404 | 132 | 43 |
| Binary | 111110 | 1001 | 10101100 | 1000000 | 1011111 | 0 | 100001 | 100000100 | 1011010 | 100011 |
Color Harmonies of #3E09AC
Complementary color
Monochromatic Colors of #3E09AC
Black with #3E09AC
Text Example
Text Example
White with #3E09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E09AC; }
p { color: rgb(62,9,172); }
H1.HeaderClassName
{
color: #3E09AC;
}
.AnyTagClassName
{
color: #3E09AC;
}
</style>
background-color css
<style>
a { background-color: #3E09AC; }
a { background-color: rgb(62,9,172); }
div.DivClassName
{
background-color: #3E09AC;
}
.BgClassName
{
background-color: #3E09AC;
}
</style>
border-color css
<style>
span { border-color: #3E09AC; }
span { border-color: rgb(62,9,172); }
td.TdClassName
{
border-color: #3E09AC;
}
.TagClassName
{
border-color: #3E09AC;
}
</style>