Shades of Indigo #3B0285
Tints of Indigo #3B0285
RGB
CMYK
RGB Variations
Color information
#3B0285 (or 0x3B0285) is known color: Indigo. HEX triplet: 3B, 02 and 85. RGB value is (59,2,133). Sum of RGB (Red+Green+Blue) = 59+2+133=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B0285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0285 is #C4FD7A. Grayscale: #212121. Windows color (decimal): -12909947 or 8716859. OLE color: 8716859.
HSL color Cylindrical-coordinate representation of color #3B0285: hue angle of 266.11º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0285 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 2 | 133 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.48 |
| HSL | 266.11º | 0.97% | 0.26% | - |
| HSV(B) | 266.11º | 0.98% | 0.52% | - |
| XYZ | 6.06 | 2.67 | 22.39 | - |
| YUV | 33.98 | 183.88 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 133 | 0.56 | 0.98 | 0 | 0.48 | 266.11 | 0.97 | 0.26 |
| Hex | 3B | 2 | 85 | 38 | 62 | 0 | 30 | 10A | 61 | 1A |
| Octal | 73 | 2 | 205 | 70 | 142 | 0 | 60 | 412 | 141 | 32 |
| Binary | 111011 | 10 | 10000101 | 111000 | 1100010 | 0 | 110000 | 100001010 | 1100001 | 11010 |
Color Harmonies of #3B0285
Complementary color
Monochromatic Colors of #3B0285
Black with #3B0285
Text Example
Text Example
White with #3B0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0285; }
p { color: rgb(59,2,133); }
H1.HeaderClassName
{
color: #3B0285;
}
.AnyTagClassName
{
color: #3B0285;
}
</style>
background-color css
<style>
a { background-color: #3B0285; }
a { background-color: rgb(59,2,133); }
div.DivClassName
{
background-color: #3B0285;
}
.BgClassName
{
background-color: #3B0285;
}
</style>
border-color css
<style>
span { border-color: #3B0285; }
span { border-color: rgb(59,2,133); }
td.TdClassName
{
border-color: #3B0285;
}
.TagClassName
{
border-color: #3B0285;
}
</style>