Shades of Persian Indigo #3710AB
Tints of Persian Indigo #3710AB
RGB
CMYK
RGB Variations
Color information
#3710AB (or 0x3710AB) is known color: Persian Indigo. HEX triplet: 37, 10 and AB. RGB value is (55,16,171). Sum of RGB (Red+Green+Blue) = 55+16+171=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #3710AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3710AB is #C8EF54. Grayscale: #2C2C2C. Windows color (decimal): -13168469 or 11210807. OLE color: 11210807.
HSL color Cylindrical-coordinate representation of color #3710AB: hue angle of 255.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3710AB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 16 | 171 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.33 |
| HSL | 255.1º | 0.83% | 0.37% | - |
| HSV(B) | 255.1º | 0.91% | 0.67% | - |
| XYZ | 9.11 | 4.12 | 38.84 | - |
| YUV | 45.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 16 | 171 | 0.68 | 0.91 | 0 | 0.33 | 255.1 | 0.83 | 0.37 |
| Hex | 37 | 10 | AB | 44 | 5B | 0 | 21 | FF | 53 | 25 |
| Octal | 67 | 20 | 253 | 104 | 133 | 0 | 41 | 377 | 123 | 45 |
| Binary | 110111 | 10000 | 10101011 | 1000100 | 1011011 | 0 | 100001 | 11111111 | 1010011 | 100101 |
Color Harmonies of #3710AB
Complementary color
Monochromatic Colors of #3710AB
Black with #3710AB
Text Example
Text Example
White with #3710AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3710AB; }
p { color: rgb(55,16,171); }
H1.HeaderClassName
{
color: #3710AB;
}
.AnyTagClassName
{
color: #3710AB;
}
</style>
background-color css
<style>
a { background-color: #3710AB; }
a { background-color: rgb(55,16,171); }
div.DivClassName
{
background-color: #3710AB;
}
.BgClassName
{
background-color: #3710AB;
}
</style>
border-color css
<style>
span { border-color: #3710AB; }
span { border-color: rgb(55,16,171); }
td.TdClassName
{
border-color: #3710AB;
}
.TagClassName
{
border-color: #3710AB;
}
</style>