Shades of Persian Indigo #3A068D
Tints of Persian Indigo #3A068D
RGB
CMYK
RGB Variations
Color information
#3A068D (or 0x3A068D) is known color: Persian Indigo. HEX triplet: 3A, 06 and 8D. RGB value is (58,6,141). Sum of RGB (Red+Green+Blue) = 58+6+141=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A068D is #C5F972. Grayscale: #242424. Windows color (decimal): -12974451 or 9242170. OLE color: 9242170.
HSL color Cylindrical-coordinate representation of color #3A068D: hue angle of 263.11º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A068D is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 6 | 141 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.45 |
| HSL | 263.11º | 0.92% | 0.29% | - |
| HSV(B) | 263.11º | 0.96% | 0.55% | - |
| XYZ | 6.62 | 2.95 | 25.42 | - |
| YUV | 36.94 | 186.73 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 141 | 0.59 | 0.96 | 0 | 0.45 | 263.11 | 0.92 | 0.29 |
| Hex | 3A | 6 | 8D | 3B | 60 | 0 | 2D | 107 | 5C | 1D |
| Octal | 72 | 6 | 215 | 73 | 140 | 0 | 55 | 407 | 134 | 35 |
| Binary | 111010 | 110 | 10001101 | 111011 | 1100000 | 0 | 101101 | 100000111 | 1011100 | 11101 |
Color Harmonies of #3A068D
Complementary color
Monochromatic Colors of #3A068D
Black with #3A068D
Text Example
Text Example
White with #3A068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A068D; }
p { color: rgb(58,6,141); }
H1.HeaderClassName
{
color: #3A068D;
}
.AnyTagClassName
{
color: #3A068D;
}
</style>
background-color css
<style>
a { background-color: #3A068D; }
a { background-color: rgb(58,6,141); }
div.DivClassName
{
background-color: #3A068D;
}
.BgClassName
{
background-color: #3A068D;
}
</style>
border-color css
<style>
span { border-color: #3A068D; }
span { border-color: rgb(58,6,141); }
td.TdClassName
{
border-color: #3A068D;
}
.TagClassName
{
border-color: #3A068D;
}
</style>