Shades of Indigo #3D07AF
Tints of Indigo #3D07AF
RGB
CMYK
RGB Variations
Color information
#3D07AF (or 0x3D07AF) is known color: Indigo. HEX triplet: 3D, 07 and AF. RGB value is (61,7,175). Sum of RGB (Red+Green+Blue) = 61+7+175=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D07AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D07AF is #C2F850. Grayscale: #292929. Windows color (decimal): -12777553 or 11470653. OLE color: 11470653.
HSL color Cylindrical-coordinate representation of color #3D07AF: hue angle of 259.29º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D07AF is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 7 | 175 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.31 |
| HSL | 259.29º | 0.92% | 0.36% | - |
| HSV(B) | 259.29º | 0.96% | 0.69% | - |
| XYZ | 9.74 | 4.24 | 40.86 | - |
| YUV | 42.3 | 202.89 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 175 | 0.65 | 0.96 | 0 | 0.31 | 259.29 | 0.92 | 0.36 |
| Hex | 3D | 7 | AF | 41 | 60 | 0 | 1F | 103 | 5C | 24 |
| Octal | 75 | 7 | 257 | 101 | 140 | 0 | 37 | 403 | 134 | 44 |
| Binary | 111101 | 111 | 10101111 | 1000001 | 1100000 | 0 | 11111 | 100000011 | 1011100 | 100100 |
Color Harmonies of #3D07AF
Complementary color
Monochromatic Colors of #3D07AF
Black with #3D07AF
Text Example
Text Example
White with #3D07AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D07AF; }
p { color: rgb(61,7,175); }
H1.HeaderClassName
{
color: #3D07AF;
}
.AnyTagClassName
{
color: #3D07AF;
}
</style>
background-color css
<style>
a { background-color: #3D07AF; }
a { background-color: rgb(61,7,175); }
div.DivClassName
{
background-color: #3D07AF;
}
.BgClassName
{
background-color: #3D07AF;
}
</style>
border-color css
<style>
span { border-color: #3D07AF; }
span { border-color: rgb(61,7,175); }
td.TdClassName
{
border-color: #3D07AF;
}
.TagClassName
{
border-color: #3D07AF;
}
</style>