Shades of Indigo #38018F
Tints of Indigo #38018F
RGB
CMYK
RGB Variations
Color information
#38018F (or 0x38018F) is known color: Indigo. HEX triplet: 38, 01 and 8F. RGB value is (56,1,143). Sum of RGB (Red+Green+Blue) = 56+1+143=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 143 (56.25% from 255 or 71.5% from 200); Max value from RGB is 143 - color contains mainly: blue. Hex color #38018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38018F is #C7FE70. Grayscale: #212121. Windows color (decimal): -13106801 or 9371960. OLE color: 9371960.
HSL color Cylindrical-coordinate representation of color #38018F: hue angle of 263.24º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38018F is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 1 | 143 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.44 |
| HSL | 263.24º | 0.99% | 0.28% | - |
| HSV(B) | 263.24º | 0.99% | 0.56% | - |
| XYZ | 6.6 | 2.85 | 26.19 | - |
| YUV | 33.63 | 189.72 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 143 | 0.61 | 0.99 | 0 | 0.44 | 263.24 | 0.99 | 0.28 |
| Hex | 38 | 1 | 8F | 3D | 63 | 0 | 2C | 107 | 63 | 1C |
| Octal | 70 | 1 | 217 | 75 | 143 | 0 | 54 | 407 | 143 | 34 |
| Binary | 111000 | 1 | 10001111 | 111101 | 1100011 | 0 | 101100 | 100000111 | 1100011 | 11100 |
Color Harmonies of #38018F
Complementary color
Monochromatic Colors of #38018F
Black with #38018F
Text Example
Text Example
White with #38018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38018F; }
p { color: rgb(56,1,143); }
H1.HeaderClassName
{
color: #38018F;
}
.AnyTagClassName
{
color: #38018F;
}
</style>
background-color css
<style>
a { background-color: #38018F; }
a { background-color: rgb(56,1,143); }
div.DivClassName
{
background-color: #38018F;
}
.BgClassName
{
background-color: #38018F;
}
</style>
border-color css
<style>
span { border-color: #38018F; }
span { border-color: rgb(56,1,143); }
td.TdClassName
{
border-color: #38018F;
}
.TagClassName
{
border-color: #38018F;
}
</style>