Shades of Indigo #3E09B0
Tints of Indigo #3E09B0
RGB
CMYK
RGB Variations
Color information
#3E09B0 (or 0x3E09B0) is known color: Indigo. HEX triplet: 3E, 09 and B0. RGB value is (62,9,176). Sum of RGB (Red+Green+Blue) = 62+9+176=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 176 (69.14% from 255 or 71.26% from 247); Max value from RGB is 176 - color contains mainly: blue. Hex color #3E09B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E09B0 is #C1F64F. Grayscale: #2B2B2B. Windows color (decimal): -12711504 or 11536702. OLE color: 11536702.
HSL color Cylindrical-coordinate representation of color #3E09B0: hue angle of 259.04º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E09B0 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 9 | 176 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.31 |
| HSL | 259.04º | 0.9% | 0.36% | - |
| HSV(B) | 259.04º | 0.95% | 0.69% | - |
| XYZ | 9.92 | 4.35 | 41.39 | - |
| YUV | 43.89 | 202.56 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 176 | 0.65 | 0.95 | 0 | 0.31 | 259.04 | 0.9 | 0.36 |
| Hex | 3E | 9 | B0 | 41 | 5F | 0 | 1F | 103 | 5A | 24 |
| Octal | 76 | 11 | 260 | 101 | 137 | 0 | 37 | 403 | 132 | 44 |
| Binary | 111110 | 1001 | 10110000 | 1000001 | 1011111 | 0 | 11111 | 100000011 | 1011010 | 100100 |
Color Harmonies of #3E09B0
Complementary color
Monochromatic Colors of #3E09B0
Black with #3E09B0
Text Example
Text Example
White with #3E09B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E09B0; }
p { color: rgb(62,9,176); }
H1.HeaderClassName
{
color: #3E09B0;
}
.AnyTagClassName
{
color: #3E09B0;
}
</style>
background-color css
<style>
a { background-color: #3E09B0; }
a { background-color: rgb(62,9,176); }
div.DivClassName
{
background-color: #3E09B0;
}
.BgClassName
{
background-color: #3E09B0;
}
</style>
border-color css
<style>
span { border-color: #3E09B0; }
span { border-color: rgb(62,9,176); }
td.TdClassName
{
border-color: #3E09B0;
}
.TagClassName
{
border-color: #3E09B0;
}
</style>