Shades of Persian Indigo #3F11AC
Tints of Persian Indigo #3F11AC
RGB
CMYK
RGB Variations
Color information
#3F11AC (or 0x3F11AC) is known color: Persian Indigo. HEX triplet: 3F, 11 and AC. RGB value is (63,17,172). Sum of RGB (Red+Green+Blue) = 63+17+172=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F11AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F11AC is #C0EE53. Grayscale: #2F2F2F. Windows color (decimal): -12643924 or 11276607. OLE color: 11276607.
HSL color Cylindrical-coordinate representation of color #3F11AC: hue angle of 257.81º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F11AC is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 17 | 172 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.33 |
| HSL | 257.81º | 0.82% | 0.37% | - |
| HSV(B) | 257.81º | 0.9% | 0.67% | - |
| XYZ | 9.7 | 4.44 | 39.37 | - |
| YUV | 48.42 | 197.74 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 172 | 0.63 | 0.90 | 0 | 0.33 | 257.81 | 0.82 | 0.37 |
| Hex | 3F | 11 | AC | 3F | 5A | 0 | 21 | 102 | 52 | 25 |
| Octal | 77 | 21 | 254 | 77 | 132 | 0 | 41 | 402 | 122 | 45 |
| Binary | 111111 | 10001 | 10101100 | 111111 | 1011010 | 0 | 100001 | 100000010 | 1010010 | 100101 |
Color Harmonies of #3F11AC
Complementary color
Monochromatic Colors of #3F11AC
Black with #3F11AC
Text Example
Text Example
White with #3F11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F11AC; }
p { color: rgb(63,17,172); }
H1.HeaderClassName
{
color: #3F11AC;
}
.AnyTagClassName
{
color: #3F11AC;
}
</style>
background-color css
<style>
a { background-color: #3F11AC; }
a { background-color: rgb(63,17,172); }
div.DivClassName
{
background-color: #3F11AC;
}
.BgClassName
{
background-color: #3F11AC;
}
</style>
border-color css
<style>
span { border-color: #3F11AC; }
span { border-color: rgb(63,17,172); }
td.TdClassName
{
border-color: #3F11AC;
}
.TagClassName
{
border-color: #3F11AC;
}
</style>