Shades of Persian Indigo #3811A5
Tints of Persian Indigo #3811A5
RGB
CMYK
RGB Variations
Color information
#3811A5 (or 0x3811A5) is known color: Persian Indigo. HEX triplet: 38, 11 and A5. RGB value is (56,17,165). Sum of RGB (Red+Green+Blue) = 56+17+165=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 165 (64.84% from 255 or 69.33% from 238); Max value from RGB is 165 - color contains mainly: blue. Hex color #3811A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3811A5 is #C7EE5A. Grayscale: #2C2C2C. Windows color (decimal): -13102683 or 10817848. OLE color: 10817848.
HSL color Cylindrical-coordinate representation of color #3811A5: hue angle of 255.81º degrees, saturation: 0.81, 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 #3811A5 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 17 | 165 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.35 |
| HSL | 255.81º | 0.81% | 0.36% | - |
| HSV(B) | 255.81º | 0.9% | 0.65% | - |
| XYZ | 8.62 | 3.96 | 35.91 | - |
| YUV | 45.53 | 195.42 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 165 | 0.66 | 0.90 | 0 | 0.35 | 255.81 | 0.81 | 0.36 |
| Hex | 38 | 11 | A5 | 42 | 5A | 0 | 23 | 100 | 51 | 24 |
| Octal | 70 | 21 | 245 | 102 | 132 | 0 | 43 | 400 | 121 | 44 |
| Binary | 111000 | 10001 | 10100101 | 1000010 | 1011010 | 0 | 100011 | 100000000 | 1010001 | 100100 |
Color Harmonies of #3811A5
Complementary color
Monochromatic Colors of #3811A5
Black with #3811A5
Text Example
Text Example
White with #3811A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3811A5; }
p { color: rgb(56,17,165); }
H1.HeaderClassName
{
color: #3811A5;
}
.AnyTagClassName
{
color: #3811A5;
}
</style>
background-color css
<style>
a { background-color: #3811A5; }
a { background-color: rgb(56,17,165); }
div.DivClassName
{
background-color: #3811A5;
}
.BgClassName
{
background-color: #3811A5;
}
</style>
border-color css
<style>
span { border-color: #3811A5; }
span { border-color: rgb(56,17,165); }
td.TdClassName
{
border-color: #3811A5;
}
.TagClassName
{
border-color: #3811A5;
}
</style>