Shades of Indigo #380298
Tints of Indigo #380298
RGB
CMYK
RGB Variations
Color information
#380298 (or 0x380298) is known color: Indigo. HEX triplet: 38, 02 and 98. RGB value is (56,2,152). Sum of RGB (Red+Green+Blue) = 56+2+152=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #380298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380298 is #C7FD67. Grayscale: #222222. Windows color (decimal): -13106536 or 9962040. OLE color: 9962040.
HSL color Cylindrical-coordinate representation of color #380298: hue angle of 261.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380298 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 2 | 152 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.40 |
| HSL | 261.6º | 0.97% | 0.3% | - |
| HSV(B) | 261.6º | 0.99% | 0.6% | - |
| XYZ | 7.32 | 3.15 | 29.93 | - |
| YUV | 35.25 | 193.89 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 152 | 0.63 | 0.99 | 0 | 0.40 | 261.6 | 0.97 | 0.3 |
| Hex | 38 | 2 | 98 | 3F | 63 | 0 | 28 | 106 | 61 | 1E |
| Octal | 70 | 2 | 230 | 77 | 143 | 0 | 50 | 406 | 141 | 36 |
| Binary | 111000 | 10 | 10011000 | 111111 | 1100011 | 0 | 101000 | 100000110 | 1100001 | 11110 |
Color Harmonies of #380298
Complementary color
Monochromatic Colors of #380298
Black with #380298
Text Example
Text Example
White with #380298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380298; }
p { color: rgb(56,2,152); }
H1.HeaderClassName
{
color: #380298;
}
.AnyTagClassName
{
color: #380298;
}
</style>
background-color css
<style>
a { background-color: #380298; }
a { background-color: rgb(56,2,152); }
div.DivClassName
{
background-color: #380298;
}
.BgClassName
{
background-color: #380298;
}
</style>
border-color css
<style>
span { border-color: #380298; }
span { border-color: rgb(56,2,152); }
td.TdClassName
{
border-color: #380298;
}
.TagClassName
{
border-color: #380298;
}
</style>