Shades of Indigo #3D0193
Tints of Indigo #3D0193
RGB
CMYK
RGB Variations
Color information
#3D0193 (or 0x3D0193) is known color: Indigo. HEX triplet: 3D, 01 and 93. RGB value is (61,1,147). Sum of RGB (Red+Green+Blue) = 61+1+147=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D0193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0193 is #C2FE6C. Grayscale: #232323. Windows color (decimal): -12779117 or 9634109. OLE color: 9634109.
HSL color Cylindrical-coordinate representation of color #3D0193: hue angle of 264.66º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D0193 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 1 | 147 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.42 |
| HSL | 264.66º | 0.99% | 0.29% | - |
| HSV(B) | 264.66º | 0.99% | 0.58% | - |
| XYZ | 7.2 | 3.12 | 27.83 | - |
| YUV | 35.58 | 190.88 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 147 | 0.59 | 0.99 | 0 | 0.42 | 264.66 | 0.99 | 0.29 |
| Hex | 3D | 1 | 93 | 3B | 63 | 0 | 2A | 109 | 63 | 1D |
| Octal | 75 | 1 | 223 | 73 | 143 | 0 | 52 | 411 | 143 | 35 |
| Binary | 111101 | 1 | 10010011 | 111011 | 1100011 | 0 | 101010 | 100001001 | 1100011 | 11101 |
Color Harmonies of #3D0193
Complementary color
Monochromatic Colors of #3D0193
Black with #3D0193
Text Example
Text Example
White with #3D0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0193; }
p { color: rgb(61,1,147); }
H1.HeaderClassName
{
color: #3D0193;
}
.AnyTagClassName
{
color: #3D0193;
}
</style>
background-color css
<style>
a { background-color: #3D0193; }
a { background-color: rgb(61,1,147); }
div.DivClassName
{
background-color: #3D0193;
}
.BgClassName
{
background-color: #3D0193;
}
</style>
border-color css
<style>
span { border-color: #3D0193; }
span { border-color: rgb(61,1,147); }
td.TdClassName
{
border-color: #3D0193;
}
.TagClassName
{
border-color: #3D0193;
}
</style>