Shades of Indigo #3E03A4
Tints of Indigo #3E03A4
RGB
CMYK
RGB Variations
Color information
#3E03A4 (or 0x3E03A4) is known color: Indigo. HEX triplet: 3E, 03 and A4. RGB value is (62,3,164). Sum of RGB (Red+Green+Blue) = 62+3+164=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #3E03A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E03A4 is #C1FC5B. Grayscale: #262626. Windows color (decimal): -12713052 or 10748734. OLE color: 10748734.
HSL color Cylindrical-coordinate representation of color #3E03A4: hue angle of 261.99º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E03A4 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 3 | 164 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.36 |
| HSL | 261.99º | 0.96% | 0.33% | - |
| HSV(B) | 261.99º | 0.98% | 0.64% | - |
| XYZ | 8.72 | 3.77 | 35.39 | - |
| YUV | 39 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 164 | 0.62 | 0.98 | 0 | 0.36 | 261.99 | 0.96 | 0.33 |
| Hex | 3E | 3 | A4 | 3E | 62 | 0 | 24 | 106 | 60 | 21 |
| Octal | 76 | 3 | 244 | 76 | 142 | 0 | 44 | 406 | 140 | 41 |
| Binary | 111110 | 11 | 10100100 | 111110 | 1100010 | 0 | 100100 | 100000110 | 1100000 | 100001 |
Color Harmonies of #3E03A4
Complementary color
Monochromatic Colors of #3E03A4
Black with #3E03A4
Text Example
Text Example
White with #3E03A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E03A4; }
p { color: rgb(62,3,164); }
H1.HeaderClassName
{
color: #3E03A4;
}
.AnyTagClassName
{
color: #3E03A4;
}
</style>
background-color css
<style>
a { background-color: #3E03A4; }
a { background-color: rgb(62,3,164); }
div.DivClassName
{
background-color: #3E03A4;
}
.BgClassName
{
background-color: #3E03A4;
}
</style>
border-color css
<style>
span { border-color: #3E03A4; }
span { border-color: rgb(62,3,164); }
td.TdClassName
{
border-color: #3E03A4;
}
.TagClassName
{
border-color: #3E03A4;
}
</style>