Shades of Persian Indigo #3C148B
Tints of Persian Indigo #3C148B
RGB
CMYK
RGB Variations
Color information
#3C148B (or 0x3C148B) is known color: Persian Indigo. HEX triplet: 3C, 14 and 8B. RGB value is (60,20,139). Sum of RGB (Red+Green+Blue) = 60+20+139=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C148B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C148B is #C3EB74. Grayscale: #2D2D2D. Windows color (decimal): -12839797 or 9114684. OLE color: 9114684.
HSL color Cylindrical-coordinate representation of color #3C148B: hue angle of 260.17º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C148B is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 20 | 139 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.45 |
| HSL | 260.17º | 0.75% | 0.31% | - |
| HSV(B) | 260.17º | 0.86% | 0.55% | - |
| XYZ | 6.77 | 3.33 | 24.71 | - |
| YUV | 45.53 | 180.75 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 139 | 0.57 | 0.86 | 0 | 0.45 | 260.17 | 0.75 | 0.31 |
| Hex | 3C | 14 | 8B | 39 | 56 | 0 | 2D | 104 | 4B | 1F |
| Octal | 74 | 24 | 213 | 71 | 126 | 0 | 55 | 404 | 113 | 37 |
| Binary | 111100 | 10100 | 10001011 | 111001 | 1010110 | 0 | 101101 | 100000100 | 1001011 | 11111 |
Color Harmonies of #3C148B
Complementary color
Monochromatic Colors of #3C148B
Black with #3C148B
Text Example
Text Example
White with #3C148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C148B; }
p { color: rgb(60,20,139); }
H1.HeaderClassName
{
color: #3C148B;
}
.AnyTagClassName
{
color: #3C148B;
}
</style>
background-color css
<style>
a { background-color: #3C148B; }
a { background-color: rgb(60,20,139); }
div.DivClassName
{
background-color: #3C148B;
}
.BgClassName
{
background-color: #3C148B;
}
</style>
border-color css
<style>
span { border-color: #3C148B; }
span { border-color: rgb(60,20,139); }
td.TdClassName
{
border-color: #3C148B;
}
.TagClassName
{
border-color: #3C148B;
}
</style>