Shades of Persian Indigo #3C098A
Tints of Persian Indigo #3C098A
RGB
CMYK
RGB Variations
Color information
#3C098A (or 0x3C098A) is known color: Persian Indigo. HEX triplet: 3C, 09 and 8A. RGB value is (60,9,138). Sum of RGB (Red+Green+Blue) = 60+9+138=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C098A is #C3F675. Grayscale: #262626. Windows color (decimal): -12842614 or 9046332. OLE color: 9046332.
HSL color Cylindrical-coordinate representation of color #3C098A: hue angle of 263.72º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C098A is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 9 | 138 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.46 |
| HSL | 263.72º | 0.88% | 0.29% | - |
| HSV(B) | 263.72º | 0.93% | 0.54% | - |
| XYZ | 6.55 | 2.99 | 24.28 | - |
| YUV | 38.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 138 | 0.57 | 0.93 | 0 | 0.46 | 263.72 | 0.88 | 0.29 |
| Hex | 3C | 9 | 8A | 39 | 5D | 0 | 2E | 108 | 58 | 1D |
| Octal | 74 | 11 | 212 | 71 | 135 | 0 | 56 | 410 | 130 | 35 |
| Binary | 111100 | 1001 | 10001010 | 111001 | 1011101 | 0 | 101110 | 100001000 | 1011000 | 11101 |
Color Harmonies of #3C098A
Complementary color
Monochromatic Colors of #3C098A
Black with #3C098A
Text Example
Text Example
White with #3C098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C098A; }
p { color: rgb(60,9,138); }
H1.HeaderClassName
{
color: #3C098A;
}
.AnyTagClassName
{
color: #3C098A;
}
</style>
background-color css
<style>
a { background-color: #3C098A; }
a { background-color: rgb(60,9,138); }
div.DivClassName
{
background-color: #3C098A;
}
.BgClassName
{
background-color: #3C098A;
}
</style>
border-color css
<style>
span { border-color: #3C098A; }
span { border-color: rgb(60,9,138); }
td.TdClassName
{
border-color: #3C098A;
}
.TagClassName
{
border-color: #3C098A;
}
</style>