Shades of Persian Indigo #3810A6
Tints of Persian Indigo #3810A6
RGB
CMYK
RGB Variations
Color information
#3810A6 (or 0x3810A6) is known color: Persian Indigo. HEX triplet: 38, 10 and A6. RGB value is (56,16,166). Sum of RGB (Red+Green+Blue) = 56+16+166=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 166 (65.23% from 255 or 69.75% from 238); Max value from RGB is 166 - color contains mainly: blue. Hex color #3810A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3810A6 is #C7EF59. Grayscale: #2C2C2C. Windows color (decimal): -13102938 or 10883128. OLE color: 10883128.
HSL color Cylindrical-coordinate representation of color #3810A6: hue angle of 256º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3810A6 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 16 | 166 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.35 |
| HSL | 256º | 0.82% | 0.36% | - |
| HSV(B) | 256º | 0.9% | 0.65% | - |
| XYZ | 8.7 | 3.96 | 36.38 | - |
| YUV | 45.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 166 | 0.66 | 0.90 | 0 | 0.35 | 256 | 0.82 | 0.36 |
| Hex | 38 | 10 | A6 | 42 | 5A | 0 | 23 | 100 | 52 | 24 |
| Octal | 70 | 20 | 246 | 102 | 132 | 0 | 43 | 400 | 122 | 44 |
| Binary | 111000 | 10000 | 10100110 | 1000010 | 1011010 | 0 | 100011 | 100000000 | 1010010 | 100100 |
Color Harmonies of #3810A6
Complementary color
Monochromatic Colors of #3810A6
Black with #3810A6
Text Example
Text Example
White with #3810A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3810A6; }
p { color: rgb(56,16,166); }
H1.HeaderClassName
{
color: #3810A6;
}
.AnyTagClassName
{
color: #3810A6;
}
</style>
background-color css
<style>
a { background-color: #3810A6; }
a { background-color: rgb(56,16,166); }
div.DivClassName
{
background-color: #3810A6;
}
.BgClassName
{
background-color: #3810A6;
}
</style>
border-color css
<style>
span { border-color: #3810A6; }
span { border-color: rgb(56,16,166); }
td.TdClassName
{
border-color: #3810A6;
}
.TagClassName
{
border-color: #3810A6;
}
</style>