Shades of Persian Indigo #3812AA
Tints of Persian Indigo #3812AA
RGB
CMYK
RGB Variations
Color information
#3812AA (or 0x3812AA) is known color: Persian Indigo. HEX triplet: 38, 12 and AA. RGB value is (56,18,170). Sum of RGB (Red+Green+Blue) = 56+18+170=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #3812AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3812AA is #C7ED55. Grayscale: #2E2E2E. Windows color (decimal): -13102422 or 11145784. OLE color: 11145784.
HSL color Cylindrical-coordinate representation of color #3812AA: hue angle of 255º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3812AA is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 18 | 170 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.33 |
| HSL | 255º | 0.81% | 0.37% | - |
| HSV(B) | 255º | 0.89% | 0.67% | - |
| XYZ | 9.1 | 4.18 | 38.36 | - |
| YUV | 46.69 | 197.59 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 170 | 0.67 | 0.89 | 0 | 0.33 | 255 | 0.81 | 0.37 |
| Hex | 38 | 12 | AA | 43 | 59 | 0 | 21 | FF | 51 | 25 |
| Octal | 70 | 22 | 252 | 103 | 131 | 0 | 41 | 377 | 121 | 45 |
| Binary | 111000 | 10010 | 10101010 | 1000011 | 1011001 | 0 | 100001 | 11111111 | 1010001 | 100101 |
Color Harmonies of #3812AA
Complementary color
Monochromatic Colors of #3812AA
Black with #3812AA
Text Example
Text Example
White with #3812AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3812AA; }
p { color: rgb(56,18,170); }
H1.HeaderClassName
{
color: #3812AA;
}
.AnyTagClassName
{
color: #3812AA;
}
</style>
background-color css
<style>
a { background-color: #3812AA; }
a { background-color: rgb(56,18,170); }
div.DivClassName
{
background-color: #3812AA;
}
.BgClassName
{
background-color: #3812AA;
}
</style>
border-color css
<style>
span { border-color: #3812AA; }
span { border-color: rgb(56,18,170); }
td.TdClassName
{
border-color: #3812AA;
}
.TagClassName
{
border-color: #3812AA;
}
</style>