Shades of Indigo #3902B1
Tints of Indigo #3902B1
RGB
CMYK
RGB Variations
Color information
#3902B1 (or 0x3902B1) is known color: Indigo. HEX triplet: 39, 02 and B1. RGB value is (57,2,177). Sum of RGB (Red+Green+Blue) = 57+2+177=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 177 (69.53% from 255 or 75% from 236); Max value from RGB is 177 - color contains mainly: blue. Hex color #3902B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3902B1 is #C6FD4E. Grayscale: #252525. Windows color (decimal): -13040975 or 11600441. OLE color: 11600441.
HSL color Cylindrical-coordinate representation of color #3902B1: hue angle of 258.86º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3902B1 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 2 | 177 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.31 |
| HSL | 258.86º | 0.98% | 0.35% | - |
| HSV(B) | 258.86º | 0.99% | 0.69% | - |
| XYZ | 9.64 | 4.09 | 41.88 | - |
| YUV | 38.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 177 | 0.68 | 0.99 | 0 | 0.31 | 258.86 | 0.98 | 0.35 |
| Hex | 39 | 2 | B1 | 44 | 63 | 0 | 1F | 103 | 62 | 23 |
| Octal | 71 | 2 | 261 | 104 | 143 | 0 | 37 | 403 | 142 | 43 |
| Binary | 111001 | 10 | 10110001 | 1000100 | 1100011 | 0 | 11111 | 100000011 | 1100010 | 100011 |
Color Harmonies of #3902B1
Complementary color
Monochromatic Colors of #3902B1
Black with #3902B1
Text Example
Text Example
White with #3902B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3902B1; }
p { color: rgb(57,2,177); }
H1.HeaderClassName
{
color: #3902B1;
}
.AnyTagClassName
{
color: #3902B1;
}
</style>
background-color css
<style>
a { background-color: #3902B1; }
a { background-color: rgb(57,2,177); }
div.DivClassName
{
background-color: #3902B1;
}
.BgClassName
{
background-color: #3902B1;
}
</style>
border-color css
<style>
span { border-color: #3902B1; }
span { border-color: rgb(57,2,177); }
td.TdClassName
{
border-color: #3902B1;
}
.TagClassName
{
border-color: #3902B1;
}
</style>