Shades of Indigo #3C08AE
Tints of Indigo #3C08AE
RGB
CMYK
RGB Variations
Color information
#3C08AE (or 0x3C08AE) is known color: Indigo. HEX triplet: 3C, 08 and AE. RGB value is (60,8,174). Sum of RGB (Red+Green+Blue) = 60+8+174=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C08AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C08AE is #C3F751. Grayscale: #292929. Windows color (decimal): -12842834 or 11405372. OLE color: 11405372.
HSL color Cylindrical-coordinate representation of color #3C08AE: hue angle of 258.8º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C08AE is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 8 | 174 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.32 |
| HSL | 258.8º | 0.91% | 0.36% | - |
| HSV(B) | 258.8º | 0.95% | 0.68% | - |
| XYZ | 9.59 | 4.19 | 40.35 | - |
| YUV | 42.47 | 202.23 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 174 | 0.66 | 0.95 | 0 | 0.32 | 258.8 | 0.91 | 0.36 |
| Hex | 3C | 8 | AE | 42 | 5F | 0 | 20 | 103 | 5B | 24 |
| Octal | 74 | 10 | 256 | 102 | 137 | 0 | 40 | 403 | 133 | 44 |
| Binary | 111100 | 1000 | 10101110 | 1000010 | 1011111 | 0 | 100000 | 100000011 | 1011011 | 100100 |
Color Harmonies of #3C08AE
Complementary color
Monochromatic Colors of #3C08AE
Black with #3C08AE
Text Example
Text Example
White with #3C08AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C08AE; }
p { color: rgb(60,8,174); }
H1.HeaderClassName
{
color: #3C08AE;
}
.AnyTagClassName
{
color: #3C08AE;
}
</style>
background-color css
<style>
a { background-color: #3C08AE; }
a { background-color: rgb(60,8,174); }
div.DivClassName
{
background-color: #3C08AE;
}
.BgClassName
{
background-color: #3C08AE;
}
</style>
border-color css
<style>
span { border-color: #3C08AE; }
span { border-color: rgb(60,8,174); }
td.TdClassName
{
border-color: #3C08AE;
}
.TagClassName
{
border-color: #3C08AE;
}
</style>