Shades of Persian Indigo #2F036C
Tints of Persian Indigo #2F036C
RGB
CMYK
RGB Variations
Color information
#2F036C (or 0x2F036C) is known color: Persian Indigo. HEX triplet: 2F, 03 and 6C. RGB value is (47,3,108). Sum of RGB (Red+Green+Blue) = 47+3+108=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F036C is #D0FC93. Grayscale: #1B1B1B. Windows color (decimal): -13696148 or 7078703. OLE color: 7078703.
HSL color Cylindrical-coordinate representation of color #2F036C: hue angle of 265.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F036C is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 3 | 108 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.58 |
| HSL | 265.14º | 0.95% | 0.22% | - |
| HSV(B) | 265.14º | 0.97% | 0.42% | - |
| XYZ | 3.91 | 1.75 | 14.32 | - |
| YUV | 28.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 108 | 0.56 | 0.97 | 0 | 0.58 | 265.14 | 0.95 | 0.22 |
| Hex | 2F | 3 | 6C | 38 | 61 | 0 | 3A | 109 | 5F | 16 |
| Octal | 57 | 3 | 154 | 70 | 141 | 0 | 72 | 411 | 137 | 26 |
| Binary | 101111 | 11 | 1101100 | 111000 | 1100001 | 0 | 111010 | 100001001 | 1011111 | 10110 |
Color Harmonies of #2F036C
Complementary color
Monochromatic Colors of #2F036C
Black with #2F036C
Text Example
Text Example
White with #2F036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F036C; }
p { color: rgb(47,3,108); }
H1.HeaderClassName
{
color: #2F036C;
}
.AnyTagClassName
{
color: #2F036C;
}
</style>
background-color css
<style>
a { background-color: #2F036C; }
a { background-color: rgb(47,3,108); }
div.DivClassName
{
background-color: #2F036C;
}
.BgClassName
{
background-color: #2F036C;
}
</style>
border-color css
<style>
span { border-color: #2F036C; }
span { border-color: rgb(47,3,108); }
td.TdClassName
{
border-color: #2F036C;
}
.TagClassName
{
border-color: #2F036C;
}
</style>