Shades of Indigo #3801AB
Tints of Indigo #3801AB
RGB
CMYK
RGB Variations
Color information
#3801AB (or 0x3801AB) is known color: Indigo. HEX triplet: 38, 01 and AB. RGB value is (56,1,171). Sum of RGB (Red+Green+Blue) = 56+1+171=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 171 (67.19% from 255 or 75% from 228); Max value from RGB is 171 - color contains mainly: blue. Hex color #3801AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3801AB is #C7FE54. Grayscale: #242424. Windows color (decimal): -13106773 or 11206968. OLE color: 11206968.
HSL color Cylindrical-coordinate representation of color #3801AB: hue angle of 259.41º 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 #3801AB is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 1 | 171 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.33 |
| HSL | 259.41º | 0.99% | 0.34% | - |
| HSV(B) | 259.41º | 0.99% | 0.67% | - |
| XYZ | 8.99 | 3.8 | 38.79 | - |
| YUV | 36.83 | 203.72 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 171 | 0.67 | 0.99 | 0 | 0.33 | 259.41 | 0.99 | 0.34 |
| Hex | 38 | 1 | AB | 43 | 63 | 0 | 21 | 103 | 63 | 22 |
| Octal | 70 | 1 | 253 | 103 | 143 | 0 | 41 | 403 | 143 | 42 |
| Binary | 111000 | 1 | 10101011 | 1000011 | 1100011 | 0 | 100001 | 100000011 | 1100011 | 100010 |
Color Harmonies of #3801AB
Complementary color
Monochromatic Colors of #3801AB
Black with #3801AB
Text Example
Text Example
White with #3801AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3801AB; }
p { color: rgb(56,1,171); }
H1.HeaderClassName
{
color: #3801AB;
}
.AnyTagClassName
{
color: #3801AB;
}
</style>
background-color css
<style>
a { background-color: #3801AB; }
a { background-color: rgb(56,1,171); }
div.DivClassName
{
background-color: #3801AB;
}
.BgClassName
{
background-color: #3801AB;
}
</style>
border-color css
<style>
span { border-color: #3801AB; }
span { border-color: rgb(56,1,171); }
td.TdClassName
{
border-color: #3801AB;
}
.TagClassName
{
border-color: #3801AB;
}
</style>