Shades of Persian Indigo #3C0D89
Tints of Persian Indigo #3C0D89
RGB
CMYK
RGB Variations
Color information
#3C0D89 (or 0x3C0D89) is known color: Persian Indigo. HEX triplet: 3C, 0D and 89. RGB value is (60,13,137). Sum of RGB (Red+Green+Blue) = 60+13+137=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C0D89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0D89 is #C3F276. Grayscale: #282828. Windows color (decimal): -12841591 or 8981820. OLE color: 8981820.
HSL color Cylindrical-coordinate representation of color #3C0D89: hue angle of 262.74º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0D89 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 13 | 137 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.46 |
| HSL | 262.74º | 0.83% | 0.29% | - |
| HSV(B) | 262.74º | 0.91% | 0.54% | - |
| XYZ | 6.52 | 3.05 | 23.91 | - |
| YUV | 41.19 | 182.07 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 137 | 0.56 | 0.91 | 0 | 0.46 | 262.74 | 0.83 | 0.29 |
| Hex | 3C | D | 89 | 38 | 5B | 0 | 2E | 107 | 53 | 1D |
| Octal | 74 | 15 | 211 | 70 | 133 | 0 | 56 | 407 | 123 | 35 |
| Binary | 111100 | 1101 | 10001001 | 111000 | 1011011 | 0 | 101110 | 100000111 | 1010011 | 11101 |
Color Harmonies of #3C0D89
Complementary color
Monochromatic Colors of #3C0D89
Black with #3C0D89
Text Example
Text Example
White with #3C0D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D89; }
p { color: rgb(60,13,137); }
H1.HeaderClassName
{
color: #3C0D89;
}
.AnyTagClassName
{
color: #3C0D89;
}
</style>
background-color css
<style>
a { background-color: #3C0D89; }
a { background-color: rgb(60,13,137); }
div.DivClassName
{
background-color: #3C0D89;
}
.BgClassName
{
background-color: #3C0D89;
}
</style>
border-color css
<style>
span { border-color: #3C0D89; }
span { border-color: rgb(60,13,137); }
td.TdClassName
{
border-color: #3C0D89;
}
.TagClassName
{
border-color: #3C0D89;
}
</style>