Shades of Indigo #3800AC
Tints of Indigo #3800AC
RGB
CMYK
RGB Variations
Color information
#3800AC (or 0x3800AC) is known color: Indigo. HEX triplet: 38, 00 and AC. RGB value is (56,0,172). Sum of RGB (Red+Green+Blue) = 56+0+172=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #3800AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3800AC is #C7FF53. Grayscale: #232323. Windows color (decimal): -13107028 or 11272248. OLE color: 11272248.
HSL color Cylindrical-coordinate representation of color #3800AC: hue angle of 259.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800AC is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 0 | 172 | - |
| CMYK | 0.67 | 1 | 0 | 0.33 |
| HSL | 259.53º | 1% | 0.34% | - |
| HSV(B) | 259.53º | 1% | 0.67% | - |
| XYZ | 9.08 | 3.82 | 39.29 | - |
| YUV | 36.35 | 204.55 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 172 | 0.67 | 1 | 0 | 0.33 | 259.53 | 1 | 0.34 |
| Hex | 38 | 0 | AC | 43 | 64 | 0 | 21 | 104 | 64 | 22 |
| Octal | 70 | 0 | 254 | 103 | 144 | 0 | 41 | 404 | 144 | 42 |
| Binary | 111000 | 0 | 10101100 | 1000011 | 1100100 | 0 | 100001 | 100000100 | 1100100 | 100010 |
Color Harmonies of #3800AC
Complementary color
Monochromatic Colors of #3800AC
Black with #3800AC
Text Example
Text Example
White with #3800AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3800AC; }
p { color: rgb(56,0,172); }
H1.HeaderClassName
{
color: #3800AC;
}
.AnyTagClassName
{
color: #3800AC;
}
</style>
background-color css
<style>
a { background-color: #3800AC; }
a { background-color: rgb(56,0,172); }
div.DivClassName
{
background-color: #3800AC;
}
.BgClassName
{
background-color: #3800AC;
}
</style>
border-color css
<style>
span { border-color: #3800AC; }
span { border-color: rgb(56,0,172); }
td.TdClassName
{
border-color: #3800AC;
}
.TagClassName
{
border-color: #3800AC;
}
</style>