Shades of Indigo #3B0265
Tints of Indigo #3B0265
RGB
CMYK
RGB Variations
Color information
#3B0265 (or 0x3B0265) is known color: Indigo. HEX triplet: 3B, 02 and 65. RGB value is (59,2,101). Sum of RGB (Red+Green+Blue) = 59+2+101=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #3B0265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0265 is #C4FD9A. Grayscale: #1D1D1D. Windows color (decimal): -12909979 or 6619707. OLE color: 6619707.
HSL color Cylindrical-coordinate representation of color #3B0265: hue angle of 274.55º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0265 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 2 | 101 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.60 |
| HSL | 274.55º | 0.96% | 0.2% | - |
| HSV(B) | 274.55º | 0.98% | 0.4% | - |
| XYZ | 4.17 | 1.91 | 12.46 | - |
| YUV | 30.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 101 | 0.42 | 0.98 | 0 | 0.60 | 274.55 | 0.96 | 0.2 |
| Hex | 3B | 2 | 65 | 2A | 62 | 0 | 3C | 113 | 60 | 14 |
| Octal | 73 | 2 | 145 | 52 | 142 | 0 | 74 | 423 | 140 | 24 |
| Binary | 111011 | 10 | 1100101 | 101010 | 1100010 | 0 | 111100 | 100010011 | 1100000 | 10100 |
Color Harmonies of #3B0265
Complementary color
Monochromatic Colors of #3B0265
Black with #3B0265
Text Example
Text Example
White with #3B0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0265; }
p { color: rgb(59,2,101); }
H1.HeaderClassName
{
color: #3B0265;
}
.AnyTagClassName
{
color: #3B0265;
}
</style>
background-color css
<style>
a { background-color: #3B0265; }
a { background-color: rgb(59,2,101); }
div.DivClassName
{
background-color: #3B0265;
}
.BgClassName
{
background-color: #3B0265;
}
</style>
border-color css
<style>
span { border-color: #3B0265; }
span { border-color: rgb(59,2,101); }
td.TdClassName
{
border-color: #3B0265;
}
.TagClassName
{
border-color: #3B0265;
}
</style>