Shades of Indigo #3D03AD
Tints of Indigo #3D03AD
RGB
CMYK
RGB Variations
Color information
#3D03AD (or 0x3D03AD) is known color: Indigo. HEX triplet: 3D, 03 and AD. RGB value is (61,3,173). Sum of RGB (Red+Green+Blue) = 61+3+173=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D03AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D03AD is #C2FC52. Grayscale: #272727. Windows color (decimal): -12778579 or 11338557. OLE color: 11338557.
HSL color Cylindrical-coordinate representation of color #3D03AD: hue angle of 260.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D03AD is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 3 | 173 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.32 |
| HSL | 260.47º | 0.97% | 0.35% | - |
| HSV(B) | 260.47º | 0.98% | 0.68% | - |
| XYZ | 9.5 | 4.07 | 39.82 | - |
| YUV | 39.72 | 203.22 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 173 | 0.65 | 0.98 | 0 | 0.32 | 260.47 | 0.97 | 0.35 |
| Hex | 3D | 3 | AD | 41 | 62 | 0 | 20 | 104 | 61 | 23 |
| Octal | 75 | 3 | 255 | 101 | 142 | 0 | 40 | 404 | 141 | 43 |
| Binary | 111101 | 11 | 10101101 | 1000001 | 1100010 | 0 | 100000 | 100000100 | 1100001 | 100011 |
Color Harmonies of #3D03AD
Complementary color
Monochromatic Colors of #3D03AD
Black with #3D03AD
Text Example
Text Example
White with #3D03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D03AD; }
p { color: rgb(61,3,173); }
H1.HeaderClassName
{
color: #3D03AD;
}
.AnyTagClassName
{
color: #3D03AD;
}
</style>
background-color css
<style>
a { background-color: #3D03AD; }
a { background-color: rgb(61,3,173); }
div.DivClassName
{
background-color: #3D03AD;
}
.BgClassName
{
background-color: #3D03AD;
}
</style>
border-color css
<style>
span { border-color: #3D03AD; }
span { border-color: rgb(61,3,173); }
td.TdClassName
{
border-color: #3D03AD;
}
.TagClassName
{
border-color: #3D03AD;
}
</style>