Shades of Indigo #3801AE
Tints of Indigo #3801AE
RGB
CMYK
RGB Variations
Color information
#3801AE (or 0x3801AE) is known color: Indigo. HEX triplet: 38, 01 and AE. RGB value is (56,1,174). Sum of RGB (Red+Green+Blue) = 56+1+174=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #3801AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3801AE is #C7FE51. Grayscale: #242424. Windows color (decimal): -13106770 or 11403576. OLE color: 11403576.
HSL color Cylindrical-coordinate representation of color #3801AE: hue angle of 259.08º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3801AE is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 1 | 174 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.32 |
| HSL | 259.08º | 0.99% | 0.34% | - |
| HSV(B) | 259.08º | 0.99% | 0.68% | - |
| XYZ | 9.28 | 3.92 | 40.31 | - |
| YUV | 37.17 | 205.22 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 174 | 0.68 | 0.99 | 0 | 0.32 | 259.08 | 0.99 | 0.34 |
| Hex | 38 | 1 | AE | 44 | 63 | 0 | 20 | 103 | 63 | 22 |
| Octal | 70 | 1 | 256 | 104 | 143 | 0 | 40 | 403 | 143 | 42 |
| Binary | 111000 | 1 | 10101110 | 1000100 | 1100011 | 0 | 100000 | 100000011 | 1100011 | 100010 |
Color Harmonies of #3801AE
Complementary color
Monochromatic Colors of #3801AE
Black with #3801AE
Text Example
Text Example
White with #3801AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3801AE; }
p { color: rgb(56,1,174); }
H1.HeaderClassName
{
color: #3801AE;
}
.AnyTagClassName
{
color: #3801AE;
}
</style>
background-color css
<style>
a { background-color: #3801AE; }
a { background-color: rgb(56,1,174); }
div.DivClassName
{
background-color: #3801AE;
}
.BgClassName
{
background-color: #3801AE;
}
</style>
border-color css
<style>
span { border-color: #3801AE; }
span { border-color: rgb(56,1,174); }
td.TdClassName
{
border-color: #3801AE;
}
.TagClassName
{
border-color: #3801AE;
}
</style>