Shades of Persian Indigo #3C189A
Tints of Persian Indigo #3C189A
RGB
CMYK
RGB Variations
Color information
#3C189A (or 0x3C189A) is known color: Persian Indigo. HEX triplet: 3C, 18 and 9A. RGB value is (60,24,154). Sum of RGB (Red+Green+Blue) = 60+24+154=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C189A is #C3E765. Grayscale: #313131. Windows color (decimal): -12838758 or 10098748. OLE color: 10098748.
HSL color Cylindrical-coordinate representation of color #3C189A: hue angle of 256.62º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C189A is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 24 | 154 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.40 |
| HSL | 256.62º | 0.73% | 0.35% | - |
| HSV(B) | 256.62º | 0.84% | 0.6% | - |
| XYZ | 8.02 | 3.95 | 30.91 | - |
| YUV | 49.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 154 | 0.61 | 0.84 | 0 | 0.40 | 256.62 | 0.73 | 0.35 |
| Hex | 3C | 18 | 9A | 3D | 54 | 0 | 28 | 101 | 49 | 23 |
| Octal | 74 | 30 | 232 | 75 | 124 | 0 | 50 | 401 | 111 | 43 |
| Binary | 111100 | 11000 | 10011010 | 111101 | 1010100 | 0 | 101000 | 100000001 | 1001001 | 100011 |
Color Harmonies of #3C189A
Complementary color
Monochromatic Colors of #3C189A
Black with #3C189A
Text Example
Text Example
White with #3C189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C189A; }
p { color: rgb(60,24,154); }
H1.HeaderClassName
{
color: #3C189A;
}
.AnyTagClassName
{
color: #3C189A;
}
</style>
background-color css
<style>
a { background-color: #3C189A; }
a { background-color: rgb(60,24,154); }
div.DivClassName
{
background-color: #3C189A;
}
.BgClassName
{
background-color: #3C189A;
}
</style>
border-color css
<style>
span { border-color: #3C189A; }
span { border-color: rgb(60,24,154); }
td.TdClassName
{
border-color: #3C189A;
}
.TagClassName
{
border-color: #3C189A;
}
</style>