Shades of Indigo #38007D
Tints of Indigo #38007D
RGB
CMYK
RGB Variations
Color information
#38007D (or 0x38007D) is known color: Indigo. HEX triplet: 38, 00 and 7D. RGB value is (56,0,125). Sum of RGB (Red+Green+Blue) = 56+0+125=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #38007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38007D is #C7FF82. Grayscale: #1E1E1E. Windows color (decimal): -13107075 or 8192056. OLE color: 8192056.
HSL color Cylindrical-coordinate representation of color #38007D: hue angle of 266.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38007D is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 0 | 125 | - |
| CMYK | 0.55 | 1 | 0 | 0.51 |
| HSL | 266.88º | 1% | 0.25% | - |
| HSV(B) | 266.88º | 1% | 0.49% | - |
| XYZ | 5.33 | 2.32 | 19.57 | - |
| YUV | 30.99 | 181.05 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 125 | 0.55 | 1 | 0 | 0.51 | 266.88 | 1 | 0.25 |
| Hex | 38 | 0 | 7D | 37 | 64 | 0 | 33 | 10B | 64 | 19 |
| Octal | 70 | 0 | 175 | 67 | 144 | 0 | 63 | 413 | 144 | 31 |
| Binary | 111000 | 0 | 1111101 | 110111 | 1100100 | 0 | 110011 | 100001011 | 1100100 | 11001 |
Color Harmonies of #38007D
Complementary color
Monochromatic Colors of #38007D
Black with #38007D
Text Example
Text Example
White with #38007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38007D; }
p { color: rgb(56,0,125); }
H1.HeaderClassName
{
color: #38007D;
}
.AnyTagClassName
{
color: #38007D;
}
</style>
background-color css
<style>
a { background-color: #38007D; }
a { background-color: rgb(56,0,125); }
div.DivClassName
{
background-color: #38007D;
}
.BgClassName
{
background-color: #38007D;
}
</style>
border-color css
<style>
span { border-color: #38007D; }
span { border-color: rgb(56,0,125); }
td.TdClassName
{
border-color: #38007D;
}
.TagClassName
{
border-color: #38007D;
}
</style>