Shades of Indigo #3B0385
Tints of Indigo #3B0385
RGB
CMYK
RGB Variations
Color information
#3B0385 (or 0x3B0385) is known color: Indigo. HEX triplet: 3B, 03 and 85. RGB value is (59,3,133). Sum of RGB (Red+Green+Blue) = 59+3+133=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B0385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0385 is #C4FC7A. Grayscale: #222222. Windows color (decimal): -12909691 or 8717115. OLE color: 8717115.
HSL color Cylindrical-coordinate representation of color #3B0385: hue angle of 265.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0385 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 3 | 133 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.48 |
| HSL | 265.85º | 0.96% | 0.27% | - |
| HSV(B) | 265.85º | 0.98% | 0.52% | - |
| XYZ | 6.07 | 2.69 | 22.39 | - |
| YUV | 34.56 | 183.55 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 133 | 0.56 | 0.98 | 0 | 0.48 | 265.85 | 0.96 | 0.27 |
| Hex | 3B | 3 | 85 | 38 | 62 | 0 | 30 | 10A | 60 | 1B |
| Octal | 73 | 3 | 205 | 70 | 142 | 0 | 60 | 412 | 140 | 33 |
| Binary | 111011 | 11 | 10000101 | 111000 | 1100010 | 0 | 110000 | 100001010 | 1100000 | 11011 |
Color Harmonies of #3B0385
Complementary color
Monochromatic Colors of #3B0385
Black with #3B0385
Text Example
Text Example
White with #3B0385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0385; }
p { color: rgb(59,3,133); }
H1.HeaderClassName
{
color: #3B0385;
}
.AnyTagClassName
{
color: #3B0385;
}
</style>
background-color css
<style>
a { background-color: #3B0385; }
a { background-color: rgb(59,3,133); }
div.DivClassName
{
background-color: #3B0385;
}
.BgClassName
{
background-color: #3B0385;
}
</style>
border-color css
<style>
span { border-color: #3B0385; }
span { border-color: rgb(59,3,133); }
td.TdClassName
{
border-color: #3B0385;
}
.TagClassName
{
border-color: #3B0385;
}
</style>