Shades of Persian Indigo #3817A2
Tints of Persian Indigo #3817A2
RGB
CMYK
RGB Variations
Color information
#3817A2 (or 0x3817A2) is known color: Persian Indigo. HEX triplet: 38, 17 and A2. RGB value is (56,23,162). Sum of RGB (Red+Green+Blue) = 56+23+162=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #3817A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3817A2 is #C7E85D. Grayscale: #303030. Windows color (decimal): -13101150 or 10622776. OLE color: 10622776.
HSL color Cylindrical-coordinate representation of color #3817A2: hue angle of 254.24º degrees, saturation: 0.75, 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 #3817A2 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 23 | 162 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.36 |
| HSL | 254.24º | 0.75% | 0.36% | - |
| HSV(B) | 254.24º | 0.86% | 0.64% | - |
| XYZ | 8.46 | 4.06 | 34.52 | - |
| YUV | 48.71 | 191.93 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 162 | 0.65 | 0.86 | 0 | 0.36 | 254.24 | 0.75 | 0.36 |
| Hex | 38 | 17 | A2 | 41 | 56 | 0 | 24 | FE | 4B | 24 |
| Octal | 70 | 27 | 242 | 101 | 126 | 0 | 44 | 376 | 113 | 44 |
| Binary | 111000 | 10111 | 10100010 | 1000001 | 1010110 | 0 | 100100 | 11111110 | 1001011 | 100100 |
Color Harmonies of #3817A2
Complementary color
Monochromatic Colors of #3817A2
Black with #3817A2
Text Example
Text Example
White with #3817A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3817A2; }
p { color: rgb(56,23,162); }
H1.HeaderClassName
{
color: #3817A2;
}
.AnyTagClassName
{
color: #3817A2;
}
</style>
background-color css
<style>
a { background-color: #3817A2; }
a { background-color: rgb(56,23,162); }
div.DivClassName
{
background-color: #3817A2;
}
.BgClassName
{
background-color: #3817A2;
}
</style>
border-color css
<style>
span { border-color: #3817A2; }
span { border-color: rgb(56,23,162); }
td.TdClassName
{
border-color: #3817A2;
}
.TagClassName
{
border-color: #3817A2;
}
</style>