Shades of Persian Indigo #2F026C
Tints of Persian Indigo #2F026C
RGB
CMYK
RGB Variations
Color information
#2F026C (or 0x2F026C) is known color: Persian Indigo. HEX triplet: 2F, 02 and 6C. RGB value is (47,2,108). Sum of RGB (Red+Green+Blue) = 47+2+108=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #2F026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F026C is #D0FD93. Grayscale: #1B1B1B. Windows color (decimal): -13696404 or 7078447. OLE color: 7078447.
HSL color Cylindrical-coordinate representation of color #2F026C: hue angle of 265.47º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F026C is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 2 | 108 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.58 |
| HSL | 265.47º | 0.96% | 0.22% | - |
| HSV(B) | 265.47º | 0.98% | 0.42% | - |
| XYZ | 3.9 | 1.73 | 14.32 | - |
| YUV | 27.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 2 | 108 | 0.56 | 0.98 | 0 | 0.58 | 265.47 | 0.96 | 0.22 |
| Hex | 2F | 2 | 6C | 38 | 62 | 0 | 3A | 109 | 60 | 16 |
| Octal | 57 | 2 | 154 | 70 | 142 | 0 | 72 | 411 | 140 | 26 |
| Binary | 101111 | 10 | 1101100 | 111000 | 1100010 | 0 | 111010 | 100001001 | 1100000 | 10110 |
Color Harmonies of #2F026C
Complementary color
Monochromatic Colors of #2F026C
Black with #2F026C
Text Example
Text Example
White with #2F026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F026C; }
p { color: rgb(47,2,108); }
H1.HeaderClassName
{
color: #2F026C;
}
.AnyTagClassName
{
color: #2F026C;
}
</style>
background-color css
<style>
a { background-color: #2F026C; }
a { background-color: rgb(47,2,108); }
div.DivClassName
{
background-color: #2F026C;
}
.BgClassName
{
background-color: #2F026C;
}
</style>
border-color css
<style>
span { border-color: #2F026C; }
span { border-color: rgb(47,2,108); }
td.TdClassName
{
border-color: #2F026C;
}
.TagClassName
{
border-color: #2F026C;
}
</style>