Shades of Persian Indigo #3C169F
Tints of Persian Indigo #3C169F
RGB
CMYK
RGB Variations
Color information
#3C169F (or 0x3C169F) is known color: Persian Indigo. HEX triplet: 3C, 16 and 9F. RGB value is (60,22,159). Sum of RGB (Red+Green+Blue) = 60+22+159=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C169F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C169F is #C3E960. Grayscale: #303030. Windows color (decimal): -12839265 or 10425916. OLE color: 10425916.
HSL color Cylindrical-coordinate representation of color #3C169F: hue angle of 256.64º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C169F is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 22 | 159 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.38 |
| HSL | 256.64º | 0.76% | 0.35% | - |
| HSV(B) | 256.64º | 0.86% | 0.62% | - |
| XYZ | 8.41 | 4.04 | 33.14 | - |
| YUV | 48.98 | 190.09 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 159 | 0.62 | 0.86 | 0 | 0.38 | 256.64 | 0.76 | 0.35 |
| Hex | 3C | 16 | 9F | 3E | 56 | 0 | 26 | 101 | 4C | 23 |
| Octal | 74 | 26 | 237 | 76 | 126 | 0 | 46 | 401 | 114 | 43 |
| Binary | 111100 | 10110 | 10011111 | 111110 | 1010110 | 0 | 100110 | 100000001 | 1001100 | 100011 |
Color Harmonies of #3C169F
Complementary color
Monochromatic Colors of #3C169F
Black with #3C169F
Text Example
Text Example
White with #3C169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C169F; }
p { color: rgb(60,22,159); }
H1.HeaderClassName
{
color: #3C169F;
}
.AnyTagClassName
{
color: #3C169F;
}
</style>
background-color css
<style>
a { background-color: #3C169F; }
a { background-color: rgb(60,22,159); }
div.DivClassName
{
background-color: #3C169F;
}
.BgClassName
{
background-color: #3C169F;
}
</style>
border-color css
<style>
span { border-color: #3C169F; }
span { border-color: rgb(60,22,159); }
td.TdClassName
{
border-color: #3C169F;
}
.TagClassName
{
border-color: #3C169F;
}
</style>