Shades of Indigo #3B038B
Tints of Indigo #3B038B
RGB
CMYK
RGB Variations
Color information
#3B038B (or 0x3B038B) is known color: Indigo. HEX triplet: 3B, 03 and 8B. RGB value is (59,3,139). Sum of RGB (Red+Green+Blue) = 59+3+139=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B038B is #C4FC74. Grayscale: #222222. Windows color (decimal): -12909685 or 9110331. OLE color: 9110331.
HSL color Cylindrical-coordinate representation of color #3B038B: hue angle of 264.71º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B038B is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 3 | 139 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.45 |
| HSL | 264.71º | 0.96% | 0.28% | - |
| HSV(B) | 264.71º | 0.98% | 0.55% | - |
| XYZ | 6.5 | 2.86 | 24.64 | - |
| YUV | 35.25 | 186.55 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 3 | 139 | 0.58 | 0.98 | 0 | 0.45 | 264.71 | 0.96 | 0.28 |
| Hex | 3B | 3 | 8B | 3A | 62 | 0 | 2D | 109 | 60 | 1C |
| Octal | 73 | 3 | 213 | 72 | 142 | 0 | 55 | 411 | 140 | 34 |
| Binary | 111011 | 11 | 10001011 | 111010 | 1100010 | 0 | 101101 | 100001001 | 1100000 | 11100 |
Color Harmonies of #3B038B
Complementary color
Monochromatic Colors of #3B038B
Black with #3B038B
Text Example
Text Example
White with #3B038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B038B; }
p { color: rgb(59,3,139); }
H1.HeaderClassName
{
color: #3B038B;
}
.AnyTagClassName
{
color: #3B038B;
}
</style>
background-color css
<style>
a { background-color: #3B038B; }
a { background-color: rgb(59,3,139); }
div.DivClassName
{
background-color: #3B038B;
}
.BgClassName
{
background-color: #3B038B;
}
</style>
border-color css
<style>
span { border-color: #3B038B; }
span { border-color: rgb(59,3,139); }
td.TdClassName
{
border-color: #3B038B;
}
.TagClassName
{
border-color: #3B038B;
}
</style>