Shades of Persian Indigo #3C0BAA
Tints of Persian Indigo #3C0BAA
RGB
CMYK
RGB Variations
Color information
#3C0BAA (or 0x3C0BAA) is known color: Persian Indigo. HEX triplet: 3C, 0B and AA. RGB value is (60,11,170). Sum of RGB (Red+Green+Blue) = 60+11+170=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C0BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0BAA is #C3F455. Grayscale: #2B2B2B. Windows color (decimal): -12842070 or 11143996. OLE color: 11143996.
HSL color Cylindrical-coordinate representation of color #3C0BAA: hue angle of 258.49º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0BAA is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 11 | 170 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.33 |
| HSL | 258.49º | 0.88% | 0.35% | - |
| HSV(B) | 258.49º | 0.94% | 0.67% | - |
| XYZ | 9.24 | 4.1 | 38.34 | - |
| YUV | 43.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 170 | 0.65 | 0.94 | 0 | 0.33 | 258.49 | 0.88 | 0.35 |
| Hex | 3C | B | AA | 41 | 5E | 0 | 21 | 102 | 58 | 23 |
| Octal | 74 | 13 | 252 | 101 | 136 | 0 | 41 | 402 | 130 | 43 |
| Binary | 111100 | 1011 | 10101010 | 1000001 | 1011110 | 0 | 100001 | 100000010 | 1011000 | 100011 |
Color Harmonies of #3C0BAA
Complementary color
Monochromatic Colors of #3C0BAA
Black with #3C0BAA
Text Example
Text Example
White with #3C0BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BAA; }
p { color: rgb(60,11,170); }
H1.HeaderClassName
{
color: #3C0BAA;
}
.AnyTagClassName
{
color: #3C0BAA;
}
</style>
background-color css
<style>
a { background-color: #3C0BAA; }
a { background-color: rgb(60,11,170); }
div.DivClassName
{
background-color: #3C0BAA;
}
.BgClassName
{
background-color: #3C0BAA;
}
</style>
border-color css
<style>
span { border-color: #3C0BAA; }
span { border-color: rgb(60,11,170); }
td.TdClassName
{
border-color: #3C0BAA;
}
.TagClassName
{
border-color: #3C0BAA;
}
</style>