Shades of Indigo #38029B
Tints of Indigo #38029B
RGB
CMYK
RGB Variations
Color information
#38029B (or 0x38029B) is known color: Indigo. HEX triplet: 38, 02 and 9B. RGB value is (56,2,155). Sum of RGB (Red+Green+Blue) = 56+2+155=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #38029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38029B is #C7FD64. Grayscale: #232323. Windows color (decimal): -13106533 or 10158648. OLE color: 10158648.
HSL color Cylindrical-coordinate representation of color #38029B: hue angle of 261.18º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38029B is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 2 | 155 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.39 |
| HSL | 261.18º | 0.97% | 0.31% | - |
| HSV(B) | 261.18º | 0.99% | 0.61% | - |
| XYZ | 7.57 | 3.25 | 31.24 | - |
| YUV | 35.59 | 195.39 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 155 | 0.64 | 0.99 | 0 | 0.39 | 261.18 | 0.97 | 0.31 |
| Hex | 38 | 2 | 9B | 40 | 63 | 0 | 27 | 105 | 61 | 1F |
| Octal | 70 | 2 | 233 | 100 | 143 | 0 | 47 | 405 | 141 | 37 |
| Binary | 111000 | 10 | 10011011 | 1000000 | 1100011 | 0 | 100111 | 100000101 | 1100001 | 11111 |
Color Harmonies of #38029B
Complementary color
Monochromatic Colors of #38029B
Black with #38029B
Text Example
Text Example
White with #38029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38029B; }
p { color: rgb(56,2,155); }
H1.HeaderClassName
{
color: #38029B;
}
.AnyTagClassName
{
color: #38029B;
}
</style>
background-color css
<style>
a { background-color: #38029B; }
a { background-color: rgb(56,2,155); }
div.DivClassName
{
background-color: #38029B;
}
.BgClassName
{
background-color: #38029B;
}
</style>
border-color css
<style>
span { border-color: #38029B; }
span { border-color: rgb(56,2,155); }
td.TdClassName
{
border-color: #38029B;
}
.TagClassName
{
border-color: #38029B;
}
</style>