Shades of Indigo #3C01B4
Tints of Indigo #3C01B4
RGB
CMYK
RGB Variations
Color information
#3C01B4 (or 0x3C01B4) is known color: Indigo. HEX triplet: 3C, 01 and B4. RGB value is (60,1,180). Sum of RGB (Red+Green+Blue) = 60+1+180=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #3C01B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C01B4 is #C3FE4B. Grayscale: #262626. Windows color (decimal): -12844620 or 11796796. OLE color: 11796796.
HSL color Cylindrical-coordinate representation of color #3C01B4: hue angle of 259.78º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C01B4 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 1 | 180 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.29 |
| HSL | 259.78º | 0.99% | 0.35% | - |
| HSV(B) | 259.78º | 0.99% | 0.71% | - |
| XYZ | 10.11 | 4.28 | 43.47 | - |
| YUV | 39.05 | 207.55 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 180 | 0.67 | 0.99 | 0 | 0.29 | 259.78 | 0.99 | 0.35 |
| Hex | 3C | 1 | B4 | 43 | 63 | 0 | 1D | 104 | 63 | 23 |
| Octal | 74 | 1 | 264 | 103 | 143 | 0 | 35 | 404 | 143 | 43 |
| Binary | 111100 | 1 | 10110100 | 1000011 | 1100011 | 0 | 11101 | 100000100 | 1100011 | 100011 |
Color Harmonies of #3C01B4
Complementary color
Monochromatic Colors of #3C01B4
Black with #3C01B4
Text Example
Text Example
White with #3C01B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C01B4; }
p { color: rgb(60,1,180); }
H1.HeaderClassName
{
color: #3C01B4;
}
.AnyTagClassName
{
color: #3C01B4;
}
</style>
background-color css
<style>
a { background-color: #3C01B4; }
a { background-color: rgb(60,1,180); }
div.DivClassName
{
background-color: #3C01B4;
}
.BgClassName
{
background-color: #3C01B4;
}
</style>
border-color css
<style>
span { border-color: #3C01B4; }
span { border-color: rgb(60,1,180); }
td.TdClassName
{
border-color: #3C01B4;
}
.TagClassName
{
border-color: #3C01B4;
}
</style>