Shades of Indigo #380191
Tints of Indigo #380191
RGB
CMYK
RGB Variations
Color information
#380191 (or 0x380191) is known color: Indigo. HEX triplet: 38, 01 and 91. RGB value is (56,1,145). Sum of RGB (Red+Green+Blue) = 56+1+145=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 145 (57.03% from 255 or 71.78% from 202); Max value from RGB is 145 - color contains mainly: blue. Hex color #380191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380191 is #C7FE6E. Grayscale: #212121. Windows color (decimal): -13106799 or 9503032. OLE color: 9503032.
HSL color Cylindrical-coordinate representation of color #380191: hue angle of 262.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380191 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 1 | 145 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.43 |
| HSL | 262.92º | 0.99% | 0.29% | - |
| HSV(B) | 262.92º | 0.99% | 0.57% | - |
| XYZ | 6.75 | 2.91 | 26.99 | - |
| YUV | 33.86 | 190.72 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 145 | 0.61 | 0.99 | 0 | 0.43 | 262.92 | 0.99 | 0.29 |
| Hex | 38 | 1 | 91 | 3D | 63 | 0 | 2B | 107 | 63 | 1D |
| Octal | 70 | 1 | 221 | 75 | 143 | 0 | 53 | 407 | 143 | 35 |
| Binary | 111000 | 1 | 10010001 | 111101 | 1100011 | 0 | 101011 | 100000111 | 1100011 | 11101 |
Color Harmonies of #380191
Complementary color
Monochromatic Colors of #380191
Black with #380191
Text Example
Text Example
White with #380191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380191; }
p { color: rgb(56,1,145); }
H1.HeaderClassName
{
color: #380191;
}
.AnyTagClassName
{
color: #380191;
}
</style>
background-color css
<style>
a { background-color: #380191; }
a { background-color: rgb(56,1,145); }
div.DivClassName
{
background-color: #380191;
}
.BgClassName
{
background-color: #380191;
}
</style>
border-color css
<style>
span { border-color: #380191; }
span { border-color: rgb(56,1,145); }
td.TdClassName
{
border-color: #380191;
}
.TagClassName
{
border-color: #380191;
}
</style>