Shades of Persian Indigo #3B099D
Tints of Persian Indigo #3B099D
RGB
CMYK
RGB Variations
Color information
#3B099D (or 0x3B099D) is known color: Persian Indigo. HEX triplet: 3B, 09 and 9D. RGB value is (59,9,157). Sum of RGB (Red+Green+Blue) = 59+9+157=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B099D is #C4F662. Grayscale: #282828. Windows color (decimal): -12908131 or 10291515. OLE color: 10291515.
HSL color Cylindrical-coordinate representation of color #3B099D: hue angle of 260.27º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B099D is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 9 | 157 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.38 |
| HSL | 260.27º | 0.89% | 0.33% | - |
| HSV(B) | 260.27º | 0.94% | 0.62% | - |
| XYZ | 7.99 | 3.56 | 32.16 | - |
| YUV | 40.82 | 193.57 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 157 | 0.62 | 0.94 | 0 | 0.38 | 260.27 | 0.89 | 0.33 |
| Hex | 3B | 9 | 9D | 3E | 5E | 0 | 26 | 104 | 59 | 21 |
| Octal | 73 | 11 | 235 | 76 | 136 | 0 | 46 | 404 | 131 | 41 |
| Binary | 111011 | 1001 | 10011101 | 111110 | 1011110 | 0 | 100110 | 100000100 | 1011001 | 100001 |
Color Harmonies of #3B099D
Complementary color
Monochromatic Colors of #3B099D
Black with #3B099D
Text Example
Text Example
White with #3B099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B099D; }
p { color: rgb(59,9,157); }
H1.HeaderClassName
{
color: #3B099D;
}
.AnyTagClassName
{
color: #3B099D;
}
</style>
background-color css
<style>
a { background-color: #3B099D; }
a { background-color: rgb(59,9,157); }
div.DivClassName
{
background-color: #3B099D;
}
.BgClassName
{
background-color: #3B099D;
}
</style>
border-color css
<style>
span { border-color: #3B099D; }
span { border-color: rgb(59,9,157); }
td.TdClassName
{
border-color: #3B099D;
}
.TagClassName
{
border-color: #3B099D;
}
</style>