Shades of Persian Indigo #3A1283
Tints of Persian Indigo #3A1283
RGB
CMYK
RGB Variations
Color information
#3A1283 (or 0x3A1283) is known color: Persian Indigo. HEX triplet: 3A, 12 and 83. RGB value is (58,18,131). Sum of RGB (Red+Green+Blue) = 58+18+131=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #3A1283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1283 is #C5ED7C. Grayscale: #2A2A2A. Windows color (decimal): -12971389 or 8589882. OLE color: 8589882.
HSL color Cylindrical-coordinate representation of color #3A1283: hue angle of 261.24º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1283 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 18 | 131 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.49 |
| HSL | 261.24º | 0.76% | 0.29% | - |
| HSV(B) | 261.24º | 0.86% | 0.51% | - |
| XYZ | 6.06 | 2.97 | 21.73 | - |
| YUV | 42.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 131 | 0.56 | 0.86 | 0 | 0.49 | 261.24 | 0.76 | 0.29 |
| Hex | 3A | 12 | 83 | 38 | 56 | 0 | 31 | 105 | 4C | 1D |
| Octal | 72 | 22 | 203 | 70 | 126 | 0 | 61 | 405 | 114 | 35 |
| Binary | 111010 | 10010 | 10000011 | 111000 | 1010110 | 0 | 110001 | 100000101 | 1001100 | 11101 |
Color Harmonies of #3A1283
Complementary color
Monochromatic Colors of #3A1283
Black with #3A1283
Text Example
Text Example
White with #3A1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1283; }
p { color: rgb(58,18,131); }
H1.HeaderClassName
{
color: #3A1283;
}
.AnyTagClassName
{
color: #3A1283;
}
</style>
background-color css
<style>
a { background-color: #3A1283; }
a { background-color: rgb(58,18,131); }
div.DivClassName
{
background-color: #3A1283;
}
.BgClassName
{
background-color: #3A1283;
}
</style>
border-color css
<style>
span { border-color: #3A1283; }
span { border-color: rgb(58,18,131); }
td.TdClassName
{
border-color: #3A1283;
}
.TagClassName
{
border-color: #3A1283;
}
</style>