Shades of Persian Indigo #3A1098
Tints of Persian Indigo #3A1098
RGB
CMYK
RGB Variations
Color information
#3A1098 (or 0x3A1098) is known color: Persian Indigo. HEX triplet: 3A, 10 and 98. RGB value is (58,16,152). Sum of RGB (Red+Green+Blue) = 58+16+152=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A1098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1098 is #C5EF67. Grayscale: #2B2B2B. Windows color (decimal): -12971880 or 9965626. OLE color: 9965626.
HSL color Cylindrical-coordinate representation of color #3A1098: hue angle of 258.53º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A1098 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 16 | 152 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.40 |
| HSL | 258.53º | 0.81% | 0.33% | - |
| HSV(B) | 258.53º | 0.89% | 0.6% | - |
| XYZ | 7.6 | 3.54 | 29.99 | - |
| YUV | 44.06 | 188.91 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 152 | 0.62 | 0.89 | 0 | 0.40 | 258.53 | 0.81 | 0.33 |
| Hex | 3A | 10 | 98 | 3E | 59 | 0 | 28 | 103 | 51 | 21 |
| Octal | 72 | 20 | 230 | 76 | 131 | 0 | 50 | 403 | 121 | 41 |
| Binary | 111010 | 10000 | 10011000 | 111110 | 1011001 | 0 | 101000 | 100000011 | 1010001 | 100001 |
Color Harmonies of #3A1098
Complementary color
Monochromatic Colors of #3A1098
Black with #3A1098
Text Example
Text Example
White with #3A1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1098; }
p { color: rgb(58,16,152); }
H1.HeaderClassName
{
color: #3A1098;
}
.AnyTagClassName
{
color: #3A1098;
}
</style>
background-color css
<style>
a { background-color: #3A1098; }
a { background-color: rgb(58,16,152); }
div.DivClassName
{
background-color: #3A1098;
}
.BgClassName
{
background-color: #3A1098;
}
</style>
border-color css
<style>
span { border-color: #3A1098; }
span { border-color: rgb(58,16,152); }
td.TdClassName
{
border-color: #3A1098;
}
.TagClassName
{
border-color: #3A1098;
}
</style>