Shades of Persian Indigo #2F076B
Tints of Persian Indigo #2F076B
RGB
CMYK
RGB Variations
Color information
#2F076B (or 0x2F076B) is known color: Persian Indigo. HEX triplet: 2F, 07 and 6B. RGB value is (47,7,107). Sum of RGB (Red+Green+Blue) = 47+7+107=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #2F076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F076B is #D0F894. Grayscale: #1E1E1E. Windows color (decimal): -13695125 or 7014191. OLE color: 7014191.
HSL color Cylindrical-coordinate representation of color #2F076B: hue angle of 264º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F076B is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 7 | 107 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.58 |
| HSL | 264º | 0.88% | 0.22% | - |
| HSV(B) | 264º | 0.93% | 0.42% | - |
| XYZ | 3.9 | 1.82 | 14.06 | - |
| YUV | 30.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 7 | 107 | 0.56 | 0.93 | 0 | 0.58 | 264 | 0.88 | 0.22 |
| Hex | 2F | 7 | 6B | 38 | 5D | 0 | 3A | 108 | 58 | 16 |
| Octal | 57 | 7 | 153 | 70 | 135 | 0 | 72 | 410 | 130 | 26 |
| Binary | 101111 | 111 | 1101011 | 111000 | 1011101 | 0 | 111010 | 100001000 | 1011000 | 10110 |
Color Harmonies of #2F076B
Complementary color
Monochromatic Colors of #2F076B
Black with #2F076B
Text Example
Text Example
White with #2F076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F076B; }
p { color: rgb(47,7,107); }
H1.HeaderClassName
{
color: #2F076B;
}
.AnyTagClassName
{
color: #2F076B;
}
</style>
background-color css
<style>
a { background-color: #2F076B; }
a { background-color: rgb(47,7,107); }
div.DivClassName
{
background-color: #2F076B;
}
.BgClassName
{
background-color: #2F076B;
}
</style>
border-color css
<style>
span { border-color: #2F076B; }
span { border-color: rgb(47,7,107); }
td.TdClassName
{
border-color: #2F076B;
}
.TagClassName
{
border-color: #2F076B;
}
</style>