Shades of Indigo #3802AD
Tints of Indigo #3802AD
RGB
CMYK
RGB Variations
Color information
#3802AD (or 0x3802AD) is known color: Indigo. HEX triplet: 38, 02 and AD. RGB value is (56,2,173). Sum of RGB (Red+Green+Blue) = 56+2+173=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #3802AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3802AD is #C7FD52. Grayscale: #252525. Windows color (decimal): -13106515 or 11338296. OLE color: 11338296.
HSL color Cylindrical-coordinate representation of color #3802AD: hue angle of 258.95º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3802AD is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 2 | 173 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.32 |
| HSL | 258.95º | 0.98% | 0.34% | - |
| HSV(B) | 258.95º | 0.99% | 0.68% | - |
| XYZ | 9.2 | 3.9 | 39.8 | - |
| YUV | 37.64 | 204.39 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 173 | 0.68 | 0.99 | 0 | 0.32 | 258.95 | 0.98 | 0.34 |
| Hex | 38 | 2 | AD | 44 | 63 | 0 | 20 | 103 | 62 | 22 |
| Octal | 70 | 2 | 255 | 104 | 143 | 0 | 40 | 403 | 142 | 42 |
| Binary | 111000 | 10 | 10101101 | 1000100 | 1100011 | 0 | 100000 | 100000011 | 1100010 | 100010 |
Color Harmonies of #3802AD
Complementary color
Monochromatic Colors of #3802AD
Black with #3802AD
Text Example
Text Example
White with #3802AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3802AD; }
p { color: rgb(56,2,173); }
H1.HeaderClassName
{
color: #3802AD;
}
.AnyTagClassName
{
color: #3802AD;
}
</style>
background-color css
<style>
a { background-color: #3802AD; }
a { background-color: rgb(56,2,173); }
div.DivClassName
{
background-color: #3802AD;
}
.BgClassName
{
background-color: #3802AD;
}
</style>
border-color css
<style>
span { border-color: #3802AD; }
span { border-color: rgb(56,2,173); }
td.TdClassName
{
border-color: #3802AD;
}
.TagClassName
{
border-color: #3802AD;
}
</style>