Shades of Indigo #3801AA
Tints of Indigo #3801AA
RGB
CMYK
RGB Variations
Color information
#3801AA (or 0x3801AA) is known color: Indigo. HEX triplet: 38, 01 and AA. RGB value is (56,1,170). Sum of RGB (Red+Green+Blue) = 56+1+170=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #3801AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3801AA is #C7FE55. Grayscale: #242424. Windows color (decimal): -13106774 or 11141432. OLE color: 11141432.
HSL color Cylindrical-coordinate representation of color #3801AA: hue angle of 259.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3801AA is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 1 | 170 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.33 |
| HSL | 259.53º | 0.99% | 0.34% | - |
| HSV(B) | 259.53º | 0.99% | 0.67% | - |
| XYZ | 8.9 | 3.76 | 38.29 | - |
| YUV | 36.71 | 203.22 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 170 | 0.67 | 0.99 | 0 | 0.33 | 259.53 | 0.99 | 0.34 |
| Hex | 38 | 1 | AA | 43 | 63 | 0 | 21 | 104 | 63 | 22 |
| Octal | 70 | 1 | 252 | 103 | 143 | 0 | 41 | 404 | 143 | 42 |
| Binary | 111000 | 1 | 10101010 | 1000011 | 1100011 | 0 | 100001 | 100000100 | 1100011 | 100010 |
Color Harmonies of #3801AA
Complementary color
Monochromatic Colors of #3801AA
Black with #3801AA
Text Example
Text Example
White with #3801AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3801AA; }
p { color: rgb(56,1,170); }
H1.HeaderClassName
{
color: #3801AA;
}
.AnyTagClassName
{
color: #3801AA;
}
</style>
background-color css
<style>
a { background-color: #3801AA; }
a { background-color: rgb(56,1,170); }
div.DivClassName
{
background-color: #3801AA;
}
.BgClassName
{
background-color: #3801AA;
}
</style>
border-color css
<style>
span { border-color: #3801AA; }
span { border-color: rgb(56,1,170); }
td.TdClassName
{
border-color: #3801AA;
}
.TagClassName
{
border-color: #3801AA;
}
</style>