Shades of Indigo #3900B3
Tints of Indigo #3900B3
RGB
CMYK
RGB Variations
Color information
#3900B3 (or 0x3900B3) is known color: Indigo. HEX triplet: 39, 00 and B3. RGB value is (57,0,179). Sum of RGB (Red+Green+Blue) = 57+0+179=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 179 (70.31% from 255 or 75.85% from 236); Max value from RGB is 179 - color contains mainly: blue. Hex color #3900B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3900B3 is #C6FF4C. Grayscale: #242424. Windows color (decimal): -13041485 or 11731001. OLE color: 11731001.
HSL color Cylindrical-coordinate representation of color #3900B3: hue angle of 259.11º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3900B3 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 0 | 179 | - |
| CMYK | 0.68 | 1 | 0 | 0.30 |
| HSL | 259.11º | 1% | 0.35% | - |
| HSV(B) | 259.11º | 1% | 0.7% | - |
| XYZ | 9.82 | 4.12 | 42.93 | - |
| YUV | 37.45 | 207.88 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 179 | 0.68 | 1 | 0 | 0.30 | 259.11 | 1 | 0.35 |
| Hex | 39 | 0 | B3 | 44 | 64 | 0 | 1E | 103 | 64 | 23 |
| Octal | 71 | 0 | 263 | 104 | 144 | 0 | 36 | 403 | 144 | 43 |
| Binary | 111001 | 0 | 10110011 | 1000100 | 1100100 | 0 | 11110 | 100000011 | 1100100 | 100011 |
Color Harmonies of #3900B3
Complementary color
Monochromatic Colors of #3900B3
Black with #3900B3
Text Example
Text Example
White with #3900B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3900B3; }
p { color: rgb(57,0,179); }
H1.HeaderClassName
{
color: #3900B3;
}
.AnyTagClassName
{
color: #3900B3;
}
</style>
background-color css
<style>
a { background-color: #3900B3; }
a { background-color: rgb(57,0,179); }
div.DivClassName
{
background-color: #3900B3;
}
.BgClassName
{
background-color: #3900B3;
}
</style>
border-color css
<style>
span { border-color: #3900B3; }
span { border-color: rgb(57,0,179); }
td.TdClassName
{
border-color: #3900B3;
}
.TagClassName
{
border-color: #3900B3;
}
</style>