Shades of Persian Indigo #3C098D
Tints of Persian Indigo #3C098D
RGB
CMYK
RGB Variations
Color information
#3C098D (or 0x3C098D) is known color: Persian Indigo. HEX triplet: 3C, 09 and 8D. RGB value is (60,9,141). Sum of RGB (Red+Green+Blue) = 60+9+141=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C098D is #C3F672. Grayscale: #262626. Windows color (decimal): -12842611 or 9242940. OLE color: 9242940.
HSL color Cylindrical-coordinate representation of color #3C098D: hue angle of 263.18º degrees, saturation: 0.88, 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 #3C098D is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 9 | 141 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.45 |
| HSL | 263.18º | 0.88% | 0.29% | - |
| HSV(B) | 263.18º | 0.94% | 0.55% | - |
| XYZ | 6.77 | 3.08 | 25.44 | - |
| YUV | 39.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 141 | 0.57 | 0.94 | 0 | 0.45 | 263.18 | 0.88 | 0.29 |
| Hex | 3C | 9 | 8D | 39 | 5E | 0 | 2D | 107 | 58 | 1D |
| Octal | 74 | 11 | 215 | 71 | 136 | 0 | 55 | 407 | 130 | 35 |
| Binary | 111100 | 1001 | 10001101 | 111001 | 1011110 | 0 | 101101 | 100000111 | 1011000 | 11101 |
Color Harmonies of #3C098D
Complementary color
Monochromatic Colors of #3C098D
Black with #3C098D
Text Example
Text Example
White with #3C098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C098D; }
p { color: rgb(60,9,141); }
H1.HeaderClassName
{
color: #3C098D;
}
.AnyTagClassName
{
color: #3C098D;
}
</style>
background-color css
<style>
a { background-color: #3C098D; }
a { background-color: rgb(60,9,141); }
div.DivClassName
{
background-color: #3C098D;
}
.BgClassName
{
background-color: #3C098D;
}
</style>
border-color css
<style>
span { border-color: #3C098D; }
span { border-color: rgb(60,9,141); }
td.TdClassName
{
border-color: #3C098D;
}
.TagClassName
{
border-color: #3C098D;
}
</style>