Shades of Indigo #380190
Tints of Indigo #380190
RGB
CMYK
RGB Variations
Color information
#380190 (or 0x380190) is known color: Indigo. HEX triplet: 38, 01 and 90. RGB value is (56,1,144). Sum of RGB (Red+Green+Blue) = 56+1+144=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #380190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380190 is #C7FE6F. Grayscale: #212121. Windows color (decimal): -13106800 or 9437496. OLE color: 9437496.
HSL color Cylindrical-coordinate representation of color #380190: hue angle of 263.08º 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 #380190 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 1 | 144 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.44 |
| HSL | 263.08º | 0.99% | 0.28% | - |
| HSV(B) | 263.08º | 0.99% | 0.56% | - |
| XYZ | 6.68 | 2.88 | 26.59 | - |
| YUV | 33.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 144 | 0.61 | 0.99 | 0 | 0.44 | 263.08 | 0.99 | 0.28 |
| Hex | 38 | 1 | 90 | 3D | 63 | 0 | 2C | 107 | 63 | 1C |
| Octal | 70 | 1 | 220 | 75 | 143 | 0 | 54 | 407 | 143 | 34 |
| Binary | 111000 | 1 | 10010000 | 111101 | 1100011 | 0 | 101100 | 100000111 | 1100011 | 11100 |
Color Harmonies of #380190
Complementary color
Monochromatic Colors of #380190
Black with #380190
Text Example
Text Example
White with #380190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380190; }
p { color: rgb(56,1,144); }
H1.HeaderClassName
{
color: #380190;
}
.AnyTagClassName
{
color: #380190;
}
</style>
background-color css
<style>
a { background-color: #380190; }
a { background-color: rgb(56,1,144); }
div.DivClassName
{
background-color: #380190;
}
.BgClassName
{
background-color: #380190;
}
</style>
border-color css
<style>
span { border-color: #380190; }
span { border-color: rgb(56,1,144); }
td.TdClassName
{
border-color: #380190;
}
.TagClassName
{
border-color: #380190;
}
</style>