Shades of Indigo #3800AF
Tints of Indigo #3800AF
RGB
CMYK
RGB Variations
Color information
#3800AF (or 0x3800AF) is known color: Indigo. HEX triplet: 38, 00 and AF. RGB value is (56,0,175). Sum of RGB (Red+Green+Blue) = 56+0+175=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #3800AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3800AF is #C7FF50. Grayscale: #242424. Windows color (decimal): -13107025 or 11468856. OLE color: 11468856.
HSL color Cylindrical-coordinate representation of color #3800AF: hue angle of 259.2º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800AF is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 0 | 175 | - |
| CMYK | 0.68 | 1 | 0 | 0.31 |
| HSL | 259.2º | 1% | 0.34% | - |
| HSV(B) | 259.2º | 1% | 0.69% | - |
| XYZ | 9.37 | 3.94 | 40.82 | - |
| YUV | 36.69 | 206.05 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 175 | 0.68 | 1 | 0 | 0.31 | 259.2 | 1 | 0.34 |
| Hex | 38 | 0 | AF | 44 | 64 | 0 | 1F | 103 | 64 | 22 |
| Octal | 70 | 0 | 257 | 104 | 144 | 0 | 37 | 403 | 144 | 42 |
| Binary | 111000 | 0 | 10101111 | 1000100 | 1100100 | 0 | 11111 | 100000011 | 1100100 | 100010 |
Color Harmonies of #3800AF
Complementary color
Monochromatic Colors of #3800AF
Black with #3800AF
Text Example
Text Example
White with #3800AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3800AF; }
p { color: rgb(56,0,175); }
H1.HeaderClassName
{
color: #3800AF;
}
.AnyTagClassName
{
color: #3800AF;
}
</style>
background-color css
<style>
a { background-color: #3800AF; }
a { background-color: rgb(56,0,175); }
div.DivClassName
{
background-color: #3800AF;
}
.BgClassName
{
background-color: #3800AF;
}
</style>
border-color css
<style>
span { border-color: #3800AF; }
span { border-color: rgb(56,0,175); }
td.TdClassName
{
border-color: #3800AF;
}
.TagClassName
{
border-color: #3800AF;
}
</style>