Shades of Indigo #3903A4
Tints of Indigo #3903A4
RGB
CMYK
RGB Variations
Color information
#3903A4 (or 0x3903A4) is known color: Indigo. HEX triplet: 39, 03 and A4. RGB value is (57,3,164). Sum of RGB (Red+Green+Blue) = 57+3+164=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 164 (64.45% from 255 or 73.21% from 224); Max value from RGB is 164 - color contains mainly: blue. Hex color #3903A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3903A4 is #C6FC5B. Grayscale: #242424. Windows color (decimal): -13040732 or 10748729. OLE color: 10748729.
HSL color Cylindrical-coordinate representation of color #3903A4: hue angle of 260.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3903A4 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 3 | 164 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.36 |
| HSL | 260.12º | 0.96% | 0.33% | - |
| HSV(B) | 260.12º | 0.98% | 0.64% | - |
| XYZ | 8.42 | 3.62 | 35.38 | - |
| YUV | 37.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 164 | 0.65 | 0.98 | 0 | 0.36 | 260.12 | 0.96 | 0.33 |
| Hex | 39 | 3 | A4 | 41 | 62 | 0 | 24 | 104 | 60 | 21 |
| Octal | 71 | 3 | 244 | 101 | 142 | 0 | 44 | 404 | 140 | 41 |
| Binary | 111001 | 11 | 10100100 | 1000001 | 1100010 | 0 | 100100 | 100000100 | 1100000 | 100001 |
Color Harmonies of #3903A4
Complementary color
Monochromatic Colors of #3903A4
Black with #3903A4
Text Example
Text Example
White with #3903A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3903A4; }
p { color: rgb(57,3,164); }
H1.HeaderClassName
{
color: #3903A4;
}
.AnyTagClassName
{
color: #3903A4;
}
</style>
background-color css
<style>
a { background-color: #3903A4; }
a { background-color: rgb(57,3,164); }
div.DivClassName
{
background-color: #3903A4;
}
.BgClassName
{
background-color: #3903A4;
}
</style>
border-color css
<style>
span { border-color: #3903A4; }
span { border-color: rgb(57,3,164); }
td.TdClassName
{
border-color: #3903A4;
}
.TagClassName
{
border-color: #3903A4;
}
</style>