Shades of Persian Indigo #3816A2
Tints of Persian Indigo #3816A2
RGB
CMYK
RGB Variations
Color information
#3816A2 (or 0x3816A2) is known color: Persian Indigo. HEX triplet: 38, 16 and A2. RGB value is (56,22,162). Sum of RGB (Red+Green+Blue) = 56+22+162=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #3816A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3816A2 is #C7E95D. Grayscale: #2F2F2F. Windows color (decimal): -13101406 or 10622520. OLE color: 10622520.
HSL color Cylindrical-coordinate representation of color #3816A2: hue angle of 254.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3816A2 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 22 | 162 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.36 |
| HSL | 254.57º | 0.76% | 0.36% | - |
| HSV(B) | 254.57º | 0.86% | 0.64% | - |
| XYZ | 8.44 | 4.02 | 34.51 | - |
| YUV | 48.13 | 192.26 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 162 | 0.65 | 0.86 | 0 | 0.36 | 254.57 | 0.76 | 0.36 |
| Hex | 38 | 16 | A2 | 41 | 56 | 0 | 24 | FF | 4C | 24 |
| Octal | 70 | 26 | 242 | 101 | 126 | 0 | 44 | 377 | 114 | 44 |
| Binary | 111000 | 10110 | 10100010 | 1000001 | 1010110 | 0 | 100100 | 11111111 | 1001100 | 100100 |
Color Harmonies of #3816A2
Complementary color
Monochromatic Colors of #3816A2
Black with #3816A2
Text Example
Text Example
White with #3816A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3816A2; }
p { color: rgb(56,22,162); }
H1.HeaderClassName
{
color: #3816A2;
}
.AnyTagClassName
{
color: #3816A2;
}
</style>
background-color css
<style>
a { background-color: #3816A2; }
a { background-color: rgb(56,22,162); }
div.DivClassName
{
background-color: #3816A2;
}
.BgClassName
{
background-color: #3816A2;
}
</style>
border-color css
<style>
span { border-color: #3816A2; }
span { border-color: rgb(56,22,162); }
td.TdClassName
{
border-color: #3816A2;
}
.TagClassName
{
border-color: #3816A2;
}
</style>