Shades of Persian Indigo #3710AA
Tints of Persian Indigo #3710AA
RGB
CMYK
RGB Variations
Color information
#3710AA (or 0x3710AA) is known color: Persian Indigo. HEX triplet: 37, 10 and AA. RGB value is (55,16,170). Sum of RGB (Red+Green+Blue) = 55+16+170=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #3710AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3710AA is #C8EF55. Grayscale: #2C2C2C. Windows color (decimal): -13168470 or 11145271. OLE color: 11145271.
HSL color Cylindrical-coordinate representation of color #3710AA: hue angle of 255.19º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3710AA is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 16 | 170 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.33 |
| HSL | 255.19º | 0.83% | 0.36% | - |
| HSV(B) | 255.19º | 0.91% | 0.67% | - |
| XYZ | 9.02 | 4.09 | 38.34 | - |
| YUV | 45.22 | 198.42 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 170 | 0.68 | 0.91 | 0 | 0.33 | 255.19 | 0.83 | 0.36 |
| Hex | 37 | 10 | AA | 44 | 5B | 0 | 21 | FF | 53 | 24 |
| Octal | 67 | 20 | 252 | 104 | 133 | 0 | 41 | 377 | 123 | 44 |
| Binary | 110111 | 10000 | 10101010 | 1000100 | 1011011 | 0 | 100001 | 11111111 | 1010011 | 100100 |
Color Harmonies of #3710AA
Complementary color
Monochromatic Colors of #3710AA
Black with #3710AA
Text Example
Text Example
White with #3710AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3710AA; }
p { color: rgb(55,16,170); }
H1.HeaderClassName
{
color: #3710AA;
}
.AnyTagClassName
{
color: #3710AA;
}
</style>
background-color css
<style>
a { background-color: #3710AA; }
a { background-color: rgb(55,16,170); }
div.DivClassName
{
background-color: #3710AA;
}
.BgClassName
{
background-color: #3710AA;
}
</style>
border-color css
<style>
span { border-color: #3710AA; }
span { border-color: rgb(55,16,170); }
td.TdClassName
{
border-color: #3710AA;
}
.TagClassName
{
border-color: #3710AA;
}
</style>