Shades of Indigo #3A02B7
Tints of Indigo #3A02B7
RGB
CMYK
RGB Variations
Color information
#3A02B7 (or 0x3A02B7) is known color: Indigo. HEX triplet: 3A, 02 and B7. RGB value is (58,2,183). Sum of RGB (Red+Green+Blue) = 58+2+183=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 183 (71.88% from 255 or 75.31% from 243); Max value from RGB is 183 - color contains mainly: blue. Hex color #3A02B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A02B7 is #C5FD48. Grayscale: #262626. Windows color (decimal): -12975433 or 11993658. OLE color: 11993658.
HSL color Cylindrical-coordinate representation of color #3A02B7: hue angle of 258.56º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A02B7 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 58 | 2 | 183 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.28 |
| HSL | 258.56º | 0.98% | 0.36% | - |
| HSV(B) | 258.56º | 0.99% | 0.72% | - |
| XYZ | 10.31 | 4.36 | 45.1 | - |
| YUV | 39.38 | 209.05 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 183 | 0.68 | 0.99 | 0 | 0.28 | 258.56 | 0.98 | 0.36 |
| Hex | 3A | 2 | B7 | 44 | 63 | 0 | 1C | 103 | 62 | 24 |
| Octal | 72 | 2 | 267 | 104 | 143 | 0 | 34 | 403 | 142 | 44 |
| Binary | 111010 | 10 | 10110111 | 1000100 | 1100011 | 0 | 11100 | 100000011 | 1100010 | 100100 |
Color Harmonies of #3A02B7
Complementary color
Monochromatic Colors of #3A02B7
Black with #3A02B7
Text Example
Text Example
White with #3A02B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A02B7; }
p { color: rgb(58,2,183); }
H1.HeaderClassName
{
color: #3A02B7;
}
.AnyTagClassName
{
color: #3A02B7;
}
</style>
background-color css
<style>
a { background-color: #3A02B7; }
a { background-color: rgb(58,2,183); }
div.DivClassName
{
background-color: #3A02B7;
}
.BgClassName
{
background-color: #3A02B7;
}
</style>
border-color css
<style>
span { border-color: #3A02B7; }
span { border-color: rgb(58,2,183); }
td.TdClassName
{
border-color: #3A02B7;
}
.TagClassName
{
border-color: #3A02B7;
}
</style>