Shades of Indigo #380192
Tints of Indigo #380192
RGB
CMYK
RGB Variations
Color information
#380192 (or 0x380192) is known color: Indigo. HEX triplet: 38, 01 and 92. RGB value is (56,1,146). Sum of RGB (Red+Green+Blue) = 56+1+146=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #380192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380192 is #C7FE6D. Grayscale: #212121. Windows color (decimal): -13106798 or 9568568. OLE color: 9568568.
HSL color Cylindrical-coordinate representation of color #380192: hue angle of 262.76º 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 #380192 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 1 | 146 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.43 |
| HSL | 262.76º | 0.99% | 0.29% | - |
| HSV(B) | 262.76º | 0.99% | 0.57% | - |
| XYZ | 6.83 | 2.94 | 27.4 | - |
| YUV | 33.98 | 191.22 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 146 | 0.62 | 0.99 | 0 | 0.43 | 262.76 | 0.99 | 0.29 |
| Hex | 38 | 1 | 92 | 3E | 63 | 0 | 2B | 107 | 63 | 1D |
| Octal | 70 | 1 | 222 | 76 | 143 | 0 | 53 | 407 | 143 | 35 |
| Binary | 111000 | 1 | 10010010 | 111110 | 1100011 | 0 | 101011 | 100000111 | 1100011 | 11101 |
Color Harmonies of #380192
Complementary color
Monochromatic Colors of #380192
Black with #380192
Text Example
Text Example
White with #380192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380192; }
p { color: rgb(56,1,146); }
H1.HeaderClassName
{
color: #380192;
}
.AnyTagClassName
{
color: #380192;
}
</style>
background-color css
<style>
a { background-color: #380192; }
a { background-color: rgb(56,1,146); }
div.DivClassName
{
background-color: #380192;
}
.BgClassName
{
background-color: #380192;
}
</style>
border-color css
<style>
span { border-color: #380192; }
span { border-color: rgb(56,1,146); }
td.TdClassName
{
border-color: #380192;
}
.TagClassName
{
border-color: #380192;
}
</style>