Shades of Indigo #3D088A
Tints of Indigo #3D088A
RGB
CMYK
RGB Variations
Color information
#3D088A (or 0x3D088A) is known color: Indigo. HEX triplet: 3D, 08 and 8A. RGB value is (61,8,138). Sum of RGB (Red+Green+Blue) = 61+8+138=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D088A is #C2F775. Grayscale: #262626. Windows color (decimal): -12777334 or 9046077. OLE color: 9046077.
HSL color Cylindrical-coordinate representation of color #3D088A: hue angle of 264.46º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D088A is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 8 | 138 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.46 |
| HSL | 264.46º | 0.89% | 0.29% | - |
| HSV(B) | 264.46º | 0.94% | 0.54% | - |
| XYZ | 6.6 | 3 | 24.28 | - |
| YUV | 38.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 138 | 0.56 | 0.94 | 0 | 0.46 | 264.46 | 0.89 | 0.29 |
| Hex | 3D | 8 | 8A | 38 | 5E | 0 | 2E | 108 | 59 | 1D |
| Octal | 75 | 10 | 212 | 70 | 136 | 0 | 56 | 410 | 131 | 35 |
| Binary | 111101 | 1000 | 10001010 | 111000 | 1011110 | 0 | 101110 | 100001000 | 1011001 | 11101 |
Color Harmonies of #3D088A
Complementary color
Monochromatic Colors of #3D088A
Black with #3D088A
Text Example
Text Example
White with #3D088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D088A; }
p { color: rgb(61,8,138); }
H1.HeaderClassName
{
color: #3D088A;
}
.AnyTagClassName
{
color: #3D088A;
}
</style>
background-color css
<style>
a { background-color: #3D088A; }
a { background-color: rgb(61,8,138); }
div.DivClassName
{
background-color: #3D088A;
}
.BgClassName
{
background-color: #3D088A;
}
</style>
border-color css
<style>
span { border-color: #3D088A; }
span { border-color: rgb(61,8,138); }
td.TdClassName
{
border-color: #3D088A;
}
.TagClassName
{
border-color: #3D088A;
}
</style>