Shades of Persian Indigo #3C099D
Tints of Persian Indigo #3C099D
RGB
CMYK
RGB Variations
Color information
#3C099D (or 0x3C099D) is known color: Persian Indigo. HEX triplet: 3C, 09 and 9D. RGB value is (60,9,157). Sum of RGB (Red+Green+Blue) = 60+9+157=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C099D is #C3F662. Grayscale: #282828. Windows color (decimal): -12842595 or 10291516. OLE color: 10291516.
HSL color Cylindrical-coordinate representation of color #3C099D: hue angle of 260.68º 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 #3C099D is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 9 | 157 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.38 |
| HSL | 260.68º | 0.89% | 0.33% | - |
| HSV(B) | 260.68º | 0.94% | 0.62% | - |
| XYZ | 8.05 | 3.59 | 32.17 | - |
| YUV | 41.12 | 193.4 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 157 | 0.62 | 0.94 | 0 | 0.38 | 260.68 | 0.89 | 0.33 |
| Hex | 3C | 9 | 9D | 3E | 5E | 0 | 26 | 105 | 59 | 21 |
| Octal | 74 | 11 | 235 | 76 | 136 | 0 | 46 | 405 | 131 | 41 |
| Binary | 111100 | 1001 | 10011101 | 111110 | 1011110 | 0 | 100110 | 100000101 | 1011001 | 100001 |
Color Harmonies of #3C099D
Complementary color
Monochromatic Colors of #3C099D
Black with #3C099D
Text Example
Text Example
White with #3C099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C099D; }
p { color: rgb(60,9,157); }
H1.HeaderClassName
{
color: #3C099D;
}
.AnyTagClassName
{
color: #3C099D;
}
</style>
background-color css
<style>
a { background-color: #3C099D; }
a { background-color: rgb(60,9,157); }
div.DivClassName
{
background-color: #3C099D;
}
.BgClassName
{
background-color: #3C099D;
}
</style>
border-color css
<style>
span { border-color: #3C099D; }
span { border-color: rgb(60,9,157); }
td.TdClassName
{
border-color: #3C099D;
}
.TagClassName
{
border-color: #3C099D;
}
</style>