Shades of Indigo #3B0AAE
Tints of Indigo #3B0AAE
RGB
CMYK
RGB Variations
Color information
#3B0AAE (or 0x3B0AAE) is known color: Indigo. HEX triplet: 3B, 0A and AE. RGB value is (59,10,174). Sum of RGB (Red+Green+Blue) = 59+10+174=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B0AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0AAE is #C4F551. Grayscale: #2A2A2A. Windows color (decimal): -12907858 or 11405883. OLE color: 11405883.
HSL color Cylindrical-coordinate representation of color #3B0AAE: hue angle of 257.93º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0AAE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 10 | 174 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.32 |
| HSL | 257.93º | 0.89% | 0.36% | - |
| HSV(B) | 257.93º | 0.94% | 0.68% | - |
| XYZ | 9.55 | 4.2 | 40.35 | - |
| YUV | 43.35 | 201.73 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 10 | 174 | 0.66 | 0.94 | 0 | 0.32 | 257.93 | 0.89 | 0.36 |
| Hex | 3B | A | AE | 42 | 5E | 0 | 20 | 102 | 59 | 24 |
| Octal | 73 | 12 | 256 | 102 | 136 | 0 | 40 | 402 | 131 | 44 |
| Binary | 111011 | 1010 | 10101110 | 1000010 | 1011110 | 0 | 100000 | 100000010 | 1011001 | 100100 |
Color Harmonies of #3B0AAE
Complementary color
Monochromatic Colors of #3B0AAE
Black with #3B0AAE
Text Example
Text Example
White with #3B0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0AAE; }
p { color: rgb(59,10,174); }
H1.HeaderClassName
{
color: #3B0AAE;
}
.AnyTagClassName
{
color: #3B0AAE;
}
</style>
background-color css
<style>
a { background-color: #3B0AAE; }
a { background-color: rgb(59,10,174); }
div.DivClassName
{
background-color: #3B0AAE;
}
.BgClassName
{
background-color: #3B0AAE;
}
</style>
border-color css
<style>
span { border-color: #3B0AAE; }
span { border-color: rgb(59,10,174); }
td.TdClassName
{
border-color: #3B0AAE;
}
.TagClassName
{
border-color: #3B0AAE;
}
</style>