Shades of Indigo #3D067B
Tints of Indigo #3D067B
RGB
CMYK
RGB Variations
Color information
#3D067B (or 0x3D067B) is known color: Indigo. HEX triplet: 3D, 06 and 7B. RGB value is (61,6,123). Sum of RGB (Red+Green+Blue) = 61+6+123=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D067B is #C2F984. Grayscale: #232323. Windows color (decimal): -12777861 or 8062525. OLE color: 8062525.
HSL color Cylindrical-coordinate representation of color #3D067B: hue angle of 268.21º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D067B is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 6 | 123 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.52 |
| HSL | 268.21º | 0.91% | 0.25% | - |
| HSV(B) | 268.21º | 0.95% | 0.48% | - |
| XYZ | 5.56 | 2.55 | 18.94 | - |
| YUV | 35.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 123 | 0.50 | 0.95 | 0 | 0.52 | 268.21 | 0.91 | 0.25 |
| Hex | 3D | 6 | 7B | 32 | 5F | 0 | 34 | 10C | 5B | 19 |
| Octal | 75 | 6 | 173 | 62 | 137 | 0 | 64 | 414 | 133 | 31 |
| Binary | 111101 | 110 | 1111011 | 110010 | 1011111 | 0 | 110100 | 100001100 | 1011011 | 11001 |
Color Harmonies of #3D067B
Complementary color
Monochromatic Colors of #3D067B
Black with #3D067B
Text Example
Text Example
White with #3D067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D067B; }
p { color: rgb(61,6,123); }
H1.HeaderClassName
{
color: #3D067B;
}
.AnyTagClassName
{
color: #3D067B;
}
</style>
background-color css
<style>
a { background-color: #3D067B; }
a { background-color: rgb(61,6,123); }
div.DivClassName
{
background-color: #3D067B;
}
.BgClassName
{
background-color: #3D067B;
}
</style>
border-color css
<style>
span { border-color: #3D067B; }
span { border-color: rgb(61,6,123); }
td.TdClassName
{
border-color: #3D067B;
}
.TagClassName
{
border-color: #3D067B;
}
</style>