Shades of Indigo #3804A4
Tints of Indigo #3804A4
RGB
CMYK
RGB Variations
Color information
#3804A4 (or 0x3804A4) is known color: Indigo. HEX triplet: 38, 04 and A4. RGB value is (56,4,164). Sum of RGB (Red+Green+Blue) = 56+4+164=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 4 (1.95% from 255 or 1.79% 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 #3804A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3804A4 is #C7FB5B. Grayscale: #252525. Windows color (decimal): -13106012 or 10748984. OLE color: 10748984.
HSL color Cylindrical-coordinate representation of color #3804A4: hue angle of 259.5º degrees, saturation: 0.95, 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 #3804A4 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 4 | 164 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.36 |
| HSL | 259.5º | 0.95% | 0.33% | - |
| HSV(B) | 259.5º | 0.98% | 0.64% | - |
| XYZ | 8.38 | 3.61 | 35.38 | - |
| YUV | 37.79 | 199.23 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 164 | 0.66 | 0.98 | 0 | 0.36 | 259.5 | 0.95 | 0.33 |
| Hex | 38 | 4 | A4 | 42 | 62 | 0 | 24 | 104 | 5F | 21 |
| Octal | 70 | 4 | 244 | 102 | 142 | 0 | 44 | 404 | 137 | 41 |
| Binary | 111000 | 100 | 10100100 | 1000010 | 1100010 | 0 | 100100 | 100000100 | 1011111 | 100001 |
Color Harmonies of #3804A4
Complementary color
Monochromatic Colors of #3804A4
Black with #3804A4
Text Example
Text Example
White with #3804A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3804A4; }
p { color: rgb(56,4,164); }
H1.HeaderClassName
{
color: #3804A4;
}
.AnyTagClassName
{
color: #3804A4;
}
</style>
background-color css
<style>
a { background-color: #3804A4; }
a { background-color: rgb(56,4,164); }
div.DivClassName
{
background-color: #3804A4;
}
.BgClassName
{
background-color: #3804A4;
}
</style>
border-color css
<style>
span { border-color: #3804A4; }
span { border-color: rgb(56,4,164); }
td.TdClassName
{
border-color: #3804A4;
}
.TagClassName
{
border-color: #3804A4;
}
</style>