Shades of Indigo #3B0268
Tints of Indigo #3B0268
RGB
CMYK
RGB Variations
Color information
#3B0268 (or 0x3B0268) is known color: Indigo. HEX triplet: 3B, 02 and 68. RGB value is (59,2,104). Sum of RGB (Red+Green+Blue) = 59+2+104=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B0268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0268 is #C4FD97. Grayscale: #1E1E1E. Windows color (decimal): -12909976 or 6816315. OLE color: 6816315.
HSL color Cylindrical-coordinate representation of color #3B0268: hue angle of 273.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B0268 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 2 | 104 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.59 |
| HSL | 273.53º | 0.96% | 0.21% | - |
| HSV(B) | 273.53º | 0.98% | 0.41% | - |
| XYZ | 4.32 | 1.97 | 13.25 | - |
| YUV | 30.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 2 | 104 | 0.43 | 0.98 | 0 | 0.59 | 273.53 | 0.96 | 0.21 |
| Hex | 3B | 2 | 68 | 2B | 62 | 0 | 3B | 112 | 60 | 15 |
| Octal | 73 | 2 | 150 | 53 | 142 | 0 | 73 | 422 | 140 | 25 |
| Binary | 111011 | 10 | 1101000 | 101011 | 1100010 | 0 | 111011 | 100010010 | 1100000 | 10101 |
Color Harmonies of #3B0268
Complementary color
Monochromatic Colors of #3B0268
Black with #3B0268
Text Example
Text Example
White with #3B0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0268; }
p { color: rgb(59,2,104); }
H1.HeaderClassName
{
color: #3B0268;
}
.AnyTagClassName
{
color: #3B0268;
}
</style>
background-color css
<style>
a { background-color: #3B0268; }
a { background-color: rgb(59,2,104); }
div.DivClassName
{
background-color: #3B0268;
}
.BgClassName
{
background-color: #3B0268;
}
</style>
border-color css
<style>
span { border-color: #3B0268; }
span { border-color: rgb(59,2,104); }
td.TdClassName
{
border-color: #3B0268;
}
.TagClassName
{
border-color: #3B0268;
}
</style>