Shades of Indigo #3E08AF
Tints of Indigo #3E08AF
RGB
CMYK
RGB Variations
Color information
#3E08AF (or 0x3E08AF) is known color: Indigo. HEX triplet: 3E, 08 and AF. RGB value is (62,8,175). Sum of RGB (Red+Green+Blue) = 62+8+175=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 175 (68.75% from 255 or 71.43% from 245); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E08AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E08AF is #C1F750. Grayscale: #2A2A2A. Windows color (decimal): -12711761 or 11470910. OLE color: 11470910.
HSL color Cylindrical-coordinate representation of color #3E08AF: hue angle of 259.4º degrees, saturation: 0.91, 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 #3E08AF is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 8 | 175 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.31 |
| HSL | 259.4º | 0.91% | 0.36% | - |
| HSV(B) | 259.4º | 0.95% | 0.69% | - |
| XYZ | 9.81 | 4.29 | 40.87 | - |
| YUV | 43.18 | 202.39 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 175 | 0.65 | 0.95 | 0 | 0.31 | 259.4 | 0.91 | 0.36 |
| Hex | 3E | 8 | AF | 41 | 5F | 0 | 1F | 103 | 5B | 24 |
| Octal | 76 | 10 | 257 | 101 | 137 | 0 | 37 | 403 | 133 | 44 |
| Binary | 111110 | 1000 | 10101111 | 1000001 | 1011111 | 0 | 11111 | 100000011 | 1011011 | 100100 |
Color Harmonies of #3E08AF
Complementary color
Monochromatic Colors of #3E08AF
Black with #3E08AF
Text Example
Text Example
White with #3E08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E08AF; }
p { color: rgb(62,8,175); }
H1.HeaderClassName
{
color: #3E08AF;
}
.AnyTagClassName
{
color: #3E08AF;
}
</style>
background-color css
<style>
a { background-color: #3E08AF; }
a { background-color: rgb(62,8,175); }
div.DivClassName
{
background-color: #3E08AF;
}
.BgClassName
{
background-color: #3E08AF;
}
</style>
border-color css
<style>
span { border-color: #3E08AF; }
span { border-color: rgb(62,8,175); }
td.TdClassName
{
border-color: #3E08AF;
}
.TagClassName
{
border-color: #3E08AF;
}
</style>