Shades of Indigo #3B027C
Tints of Indigo #3B027C
RGB
CMYK
RGB Variations
Color information
#3B027C (or 0x3B027C) is known color: Indigo. HEX triplet: 3B, 02 and 7C. RGB value is (59,2,124). Sum of RGB (Red+Green+Blue) = 59+2+124=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B027C is #C4FD83. Grayscale: #202020. Windows color (decimal): -12909956 or 8127035. OLE color: 8127035.
HSL color Cylindrical-coordinate representation of color #3B027C: hue angle of 268.03º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B027C is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 2 | 124 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.51 |
| HSL | 268.03º | 0.97% | 0.25% | - |
| HSV(B) | 268.03º | 0.98% | 0.49% | - |
| XYZ | 5.46 | 2.43 | 19.25 | - |
| YUV | 32.95 | 179.38 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 124 | 0.52 | 0.98 | 0 | 0.51 | 268.03 | 0.97 | 0.25 |
| Hex | 3B | 2 | 7C | 34 | 62 | 0 | 33 | 10C | 61 | 19 |
| Octal | 73 | 2 | 174 | 64 | 142 | 0 | 63 | 414 | 141 | 31 |
| Binary | 111011 | 10 | 1111100 | 110100 | 1100010 | 0 | 110011 | 100001100 | 1100001 | 11001 |
Color Harmonies of #3B027C
Complementary color
Monochromatic Colors of #3B027C
Black with #3B027C
Text Example
Text Example
White with #3B027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B027C; }
p { color: rgb(59,2,124); }
H1.HeaderClassName
{
color: #3B027C;
}
.AnyTagClassName
{
color: #3B027C;
}
</style>
background-color css
<style>
a { background-color: #3B027C; }
a { background-color: rgb(59,2,124); }
div.DivClassName
{
background-color: #3B027C;
}
.BgClassName
{
background-color: #3B027C;
}
</style>
border-color css
<style>
span { border-color: #3B027C; }
span { border-color: rgb(59,2,124); }
td.TdClassName
{
border-color: #3B027C;
}
.TagClassName
{
border-color: #3B027C;
}
</style>