Shades of Indigo #3E03B2
Tints of Indigo #3E03B2
RGB
CMYK
RGB Variations
Color information
#3E03B2 (or 0x3E03B2) is known color: Indigo. HEX triplet: 3E, 03 and B2. RGB value is (62,3,178). Sum of RGB (Red+Green+Blue) = 62+3+178=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 178 (69.92% from 255 or 73.25% from 243); Max value from RGB is 178 - color contains mainly: blue. Hex color #3E03B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E03B2 is #C1FC4D. Grayscale: #272727. Windows color (decimal): -12713038 or 11666238. OLE color: 11666238.
HSL color Cylindrical-coordinate representation of color #3E03B2: hue angle of 260.23º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E03B2 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 62 | 3 | 178 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.30 |
| HSL | 260.23º | 0.97% | 0.35% | - |
| HSV(B) | 260.23º | 0.98% | 0.7% | - |
| XYZ | 10.06 | 4.3 | 42.42 | - |
| YUV | 40.59 | 205.55 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 178 | 0.65 | 0.98 | 0 | 0.30 | 260.23 | 0.97 | 0.35 |
| Hex | 3E | 3 | B2 | 41 | 62 | 0 | 1E | 104 | 61 | 23 |
| Octal | 76 | 3 | 262 | 101 | 142 | 0 | 36 | 404 | 141 | 43 |
| Binary | 111110 | 11 | 10110010 | 1000001 | 1100010 | 0 | 11110 | 100000100 | 1100001 | 100011 |
Color Harmonies of #3E03B2
Complementary color
Monochromatic Colors of #3E03B2
Black with #3E03B2
Text Example
Text Example
White with #3E03B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E03B2; }
p { color: rgb(62,3,178); }
H1.HeaderClassName
{
color: #3E03B2;
}
.AnyTagClassName
{
color: #3E03B2;
}
</style>
background-color css
<style>
a { background-color: #3E03B2; }
a { background-color: rgb(62,3,178); }
div.DivClassName
{
background-color: #3E03B2;
}
.BgClassName
{
background-color: #3E03B2;
}
</style>
border-color css
<style>
span { border-color: #3E03B2; }
span { border-color: rgb(62,3,178); }
td.TdClassName
{
border-color: #3E03B2;
}
.TagClassName
{
border-color: #3E03B2;
}
</style>