Shades of Persian Indigo #3A088C
Tints of Persian Indigo #3A088C
RGB
CMYK
RGB Variations
Color information
#3A088C (or 0x3A088C) is known color: Persian Indigo. HEX triplet: 3A, 08 and 8C. RGB value is (58,8,140). Sum of RGB (Red+Green+Blue) = 58+8+140=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A088C is #C5F773. Grayscale: #252525. Windows color (decimal): -12973940 or 9177146. OLE color: 9177146.
HSL color Cylindrical-coordinate representation of color #3A088C: hue angle of 262.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A088C is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 8 | 140 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.45 |
| HSL | 262.73º | 0.89% | 0.29% | - |
| HSV(B) | 262.73º | 0.94% | 0.55% | - |
| XYZ | 6.57 | 2.97 | 25.04 | - |
| YUV | 38 | 185.57 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 140 | 0.59 | 0.94 | 0 | 0.45 | 262.73 | 0.89 | 0.29 |
| Hex | 3A | 8 | 8C | 3B | 5E | 0 | 2D | 107 | 59 | 1D |
| Octal | 72 | 10 | 214 | 73 | 136 | 0 | 55 | 407 | 131 | 35 |
| Binary | 111010 | 1000 | 10001100 | 111011 | 1011110 | 0 | 101101 | 100000111 | 1011001 | 11101 |
Color Harmonies of #3A088C
Complementary color
Monochromatic Colors of #3A088C
Black with #3A088C
Text Example
Text Example
White with #3A088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A088C; }
p { color: rgb(58,8,140); }
H1.HeaderClassName
{
color: #3A088C;
}
.AnyTagClassName
{
color: #3A088C;
}
</style>
background-color css
<style>
a { background-color: #3A088C; }
a { background-color: rgb(58,8,140); }
div.DivClassName
{
background-color: #3A088C;
}
.BgClassName
{
background-color: #3A088C;
}
</style>
border-color css
<style>
span { border-color: #3A088C; }
span { border-color: rgb(58,8,140); }
td.TdClassName
{
border-color: #3A088C;
}
.TagClassName
{
border-color: #3A088C;
}
</style>