Shades of Indigo #38008F
Tints of Indigo #38008F
RGB
CMYK
RGB Variations
Color information
#38008F (or 0x38008F) is known color: Indigo. HEX triplet: 38, 00 and 8F. RGB value is (56,0,143). Sum of RGB (Red+Green+Blue) = 56+0+143=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #38008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38008F is #C7FF70. Grayscale: #202020. Windows color (decimal): -13107057 or 9371704. OLE color: 9371704.
HSL color Cylindrical-coordinate representation of color #38008F: hue angle of 263.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38008F is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 0 | 143 | - |
| CMYK | 0.61 | 1 | 0 | 0.44 |
| HSL | 263.5º | 1% | 0.28% | - |
| HSV(B) | 263.5º | 1% | 0.56% | - |
| XYZ | 6.59 | 2.82 | 26.18 | - |
| YUV | 33.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 143 | 0.61 | 1 | 0 | 0.44 | 263.5 | 1 | 0.28 |
| Hex | 38 | 0 | 8F | 3D | 64 | 0 | 2C | 107 | 64 | 1C |
| Octal | 70 | 0 | 217 | 75 | 144 | 0 | 54 | 407 | 144 | 34 |
| Binary | 111000 | 0 | 10001111 | 111101 | 1100100 | 0 | 101100 | 100000111 | 1100100 | 11100 |
Color Harmonies of #38008F
Complementary color
Monochromatic Colors of #38008F
Black with #38008F
Text Example
Text Example
White with #38008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38008F; }
p { color: rgb(56,0,143); }
H1.HeaderClassName
{
color: #38008F;
}
.AnyTagClassName
{
color: #38008F;
}
</style>
background-color css
<style>
a { background-color: #38008F; }
a { background-color: rgb(56,0,143); }
div.DivClassName
{
background-color: #38008F;
}
.BgClassName
{
background-color: #38008F;
}
</style>
border-color css
<style>
span { border-color: #38008F; }
span { border-color: rgb(56,0,143); }
td.TdClassName
{
border-color: #38008F;
}
.TagClassName
{
border-color: #38008F;
}
</style>