Shades of Indigo #3D04A4
Tints of Indigo #3D04A4
RGB
CMYK
RGB Variations
Color information
#3D04A4 (or 0x3D04A4) is known color: Indigo. HEX triplet: 3D, 04 and A4. RGB value is (61,4,164). Sum of RGB (Red+Green+Blue) = 61+4+164=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D04A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D04A4 is #C2FB5B. Grayscale: #262626. Windows color (decimal): -12778332 or 10748989. OLE color: 10748989.
HSL color Cylindrical-coordinate representation of color #3D04A4: hue angle of 261.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D04A4 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 4 | 164 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.36 |
| HSL | 261.38º | 0.95% | 0.33% | - |
| HSV(B) | 261.38º | 0.98% | 0.64% | - |
| XYZ | 8.67 | 3.76 | 35.39 | - |
| YUV | 39.28 | 198.38 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 164 | 0.63 | 0.98 | 0 | 0.36 | 261.38 | 0.95 | 0.33 |
| Hex | 3D | 4 | A4 | 3F | 62 | 0 | 24 | 105 | 5F | 21 |
| Octal | 75 | 4 | 244 | 77 | 142 | 0 | 44 | 405 | 137 | 41 |
| Binary | 111101 | 100 | 10100100 | 111111 | 1100010 | 0 | 100100 | 100000101 | 1011111 | 100001 |
Color Harmonies of #3D04A4
Complementary color
Monochromatic Colors of #3D04A4
Black with #3D04A4
Text Example
Text Example
White with #3D04A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D04A4; }
p { color: rgb(61,4,164); }
H1.HeaderClassName
{
color: #3D04A4;
}
.AnyTagClassName
{
color: #3D04A4;
}
</style>
background-color css
<style>
a { background-color: #3D04A4; }
a { background-color: rgb(61,4,164); }
div.DivClassName
{
background-color: #3D04A4;
}
.BgClassName
{
background-color: #3D04A4;
}
</style>
border-color css
<style>
span { border-color: #3D04A4; }
span { border-color: rgb(61,4,164); }
td.TdClassName
{
border-color: #3D04A4;
}
.TagClassName
{
border-color: #3D04A4;
}
</style>