Shades of Indigo #3D04AF
Tints of Indigo #3D04AF
RGB
CMYK
RGB Variations
Color information
#3D04AF (or 0x3D04AF) is known color: Indigo. HEX triplet: 3D, 04 and AF. RGB value is (61,4,175). Sum of RGB (Red+Green+Blue) = 61+4+175=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D04AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D04AF is #C2FB50. Grayscale: #272727. Windows color (decimal): -12778321 or 11469885. OLE color: 11469885.
HSL color Cylindrical-coordinate representation of color #3D04AF: hue angle of 260º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D04AF is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 4 | 175 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.31 |
| HSL | 260º | 0.96% | 0.35% | - |
| HSV(B) | 260º | 0.98% | 0.69% | - |
| XYZ | 9.71 | 4.17 | 40.85 | - |
| YUV | 40.54 | 203.88 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 175 | 0.65 | 0.98 | 0 | 0.31 | 260 | 0.96 | 0.35 |
| Hex | 3D | 4 | AF | 41 | 62 | 0 | 1F | 104 | 60 | 23 |
| Octal | 75 | 4 | 257 | 101 | 142 | 0 | 37 | 404 | 140 | 43 |
| Binary | 111101 | 100 | 10101111 | 1000001 | 1100010 | 0 | 11111 | 100000100 | 1100000 | 100011 |
Color Harmonies of #3D04AF
Complementary color
Monochromatic Colors of #3D04AF
Black with #3D04AF
Text Example
Text Example
White with #3D04AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D04AF; }
p { color: rgb(61,4,175); }
H1.HeaderClassName
{
color: #3D04AF;
}
.AnyTagClassName
{
color: #3D04AF;
}
</style>
background-color css
<style>
a { background-color: #3D04AF; }
a { background-color: rgb(61,4,175); }
div.DivClassName
{
background-color: #3D04AF;
}
.BgClassName
{
background-color: #3D04AF;
}
</style>
border-color css
<style>
span { border-color: #3D04AF; }
span { border-color: rgb(61,4,175); }
td.TdClassName
{
border-color: #3D04AF;
}
.TagClassName
{
border-color: #3D04AF;
}
</style>