Shades of Persian Indigo #3C0C82
Tints of Persian Indigo #3C0C82
RGB
CMYK
RGB Variations
Color information
#3C0C82 (or 0x3C0C82) is known color: Persian Indigo. HEX triplet: 3C, 0C and 82. RGB value is (60,12,130). Sum of RGB (Red+Green+Blue) = 60+12+130=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C0C82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0C82 is #C3F37D. Grayscale: #272727. Windows color (decimal): -12841854 or 8522812. OLE color: 8522812.
HSL color Cylindrical-coordinate representation of color #3C0C82: hue angle of 264.41º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0C82 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 12 | 130 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.49 |
| HSL | 264.41º | 0.83% | 0.28% | - |
| HSV(B) | 264.41º | 0.91% | 0.51% | - |
| XYZ | 6.02 | 2.84 | 21.35 | - |
| YUV | 39.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 130 | 0.54 | 0.91 | 0 | 0.49 | 264.41 | 0.83 | 0.28 |
| Hex | 3C | C | 82 | 36 | 5B | 0 | 31 | 108 | 53 | 1C |
| Octal | 74 | 14 | 202 | 66 | 133 | 0 | 61 | 410 | 123 | 34 |
| Binary | 111100 | 1100 | 10000010 | 110110 | 1011011 | 0 | 110001 | 100001000 | 1010011 | 11100 |
Color Harmonies of #3C0C82
Complementary color
Monochromatic Colors of #3C0C82
Black with #3C0C82
Text Example
Text Example
White with #3C0C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0C82; }
p { color: rgb(60,12,130); }
H1.HeaderClassName
{
color: #3C0C82;
}
.AnyTagClassName
{
color: #3C0C82;
}
</style>
background-color css
<style>
a { background-color: #3C0C82; }
a { background-color: rgb(60,12,130); }
div.DivClassName
{
background-color: #3C0C82;
}
.BgClassName
{
background-color: #3C0C82;
}
</style>
border-color css
<style>
span { border-color: #3C0C82; }
span { border-color: rgb(60,12,130); }
td.TdClassName
{
border-color: #3C0C82;
}
.TagClassName
{
border-color: #3C0C82;
}
</style>