Shades of Persian Indigo #3810A2
Tints of Persian Indigo #3810A2
RGB
CMYK
RGB Variations
Color information
#3810A2 (or 0x3810A2) is known color: Persian Indigo. HEX triplet: 38, 10 and A2. RGB value is (56,16,162). Sum of RGB (Red+Green+Blue) = 56+16+162=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 162 (63.67% from 255 or 69.23% from 234); Max value from RGB is 162 - color contains mainly: blue. Hex color #3810A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3810A2 is #C7EF5D. Grayscale: #2C2C2C. Windows color (decimal): -13102942 or 10620984. OLE color: 10620984.
HSL color Cylindrical-coordinate representation of color #3810A2: hue angle of 256.44º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3810A2 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 16 | 162 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.36 |
| HSL | 256.44º | 0.82% | 0.35% | - |
| HSV(B) | 256.44º | 0.9% | 0.64% | - |
| XYZ | 8.34 | 3.82 | 34.48 | - |
| YUV | 44.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 162 | 0.65 | 0.90 | 0 | 0.36 | 256.44 | 0.82 | 0.35 |
| Hex | 38 | 10 | A2 | 41 | 5A | 0 | 24 | 100 | 52 | 23 |
| Octal | 70 | 20 | 242 | 101 | 132 | 0 | 44 | 400 | 122 | 43 |
| Binary | 111000 | 10000 | 10100010 | 1000001 | 1011010 | 0 | 100100 | 100000000 | 1010010 | 100011 |
Color Harmonies of #3810A2
Complementary color
Monochromatic Colors of #3810A2
Black with #3810A2
Text Example
Text Example
White with #3810A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3810A2; }
p { color: rgb(56,16,162); }
H1.HeaderClassName
{
color: #3810A2;
}
.AnyTagClassName
{
color: #3810A2;
}
</style>
background-color css
<style>
a { background-color: #3810A2; }
a { background-color: rgb(56,16,162); }
div.DivClassName
{
background-color: #3810A2;
}
.BgClassName
{
background-color: #3810A2;
}
</style>
border-color css
<style>
span { border-color: #3810A2; }
span { border-color: rgb(56,16,162); }
td.TdClassName
{
border-color: #3810A2;
}
.TagClassName
{
border-color: #3810A2;
}
</style>