Shades of Persian Indigo #3710A1
Tints of Persian Indigo #3710A1
RGB
CMYK
RGB Variations
Color information
#3710A1 (or 0x3710A1) is known color: Persian Indigo. HEX triplet: 37, 10 and A1. RGB value is (55,16,161). Sum of RGB (Red+Green+Blue) = 55+16+161=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 161 (63.28% from 255 or 69.40% from 232); Max value from RGB is 161 - color contains mainly: blue. Hex color #3710A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3710A1 is #C8EF5E. Grayscale: #2B2B2B. Windows color (decimal): -13168479 or 10555447. OLE color: 10555447.
HSL color Cylindrical-coordinate representation of color #3710A1: hue angle of 256.14º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3710A1 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 16 | 161 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.37 |
| HSL | 256.14º | 0.82% | 0.35% | - |
| HSV(B) | 256.14º | 0.9% | 0.63% | - |
| XYZ | 8.19 | 3.76 | 34.01 | - |
| YUV | 44.19 | 193.92 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 161 | 0.66 | 0.90 | 0 | 0.37 | 256.14 | 0.82 | 0.35 |
| Hex | 37 | 10 | A1 | 42 | 5A | 0 | 25 | 100 | 52 | 23 |
| Octal | 67 | 20 | 241 | 102 | 132 | 0 | 45 | 400 | 122 | 43 |
| Binary | 110111 | 10000 | 10100001 | 1000010 | 1011010 | 0 | 100101 | 100000000 | 1010010 | 100011 |
Color Harmonies of #3710A1
Complementary color
Monochromatic Colors of #3710A1
Black with #3710A1
Text Example
Text Example
White with #3710A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3710A1; }
p { color: rgb(55,16,161); }
H1.HeaderClassName
{
color: #3710A1;
}
.AnyTagClassName
{
color: #3710A1;
}
</style>
background-color css
<style>
a { background-color: #3710A1; }
a { background-color: rgb(55,16,161); }
div.DivClassName
{
background-color: #3710A1;
}
.BgClassName
{
background-color: #3710A1;
}
</style>
border-color css
<style>
span { border-color: #3710A1; }
span { border-color: rgb(55,16,161); }
td.TdClassName
{
border-color: #3710A1;
}
.TagClassName
{
border-color: #3710A1;
}
</style>