Shades of Persian Indigo #2F007D
Tints of Persian Indigo #2F007D
RGB
CMYK
RGB Variations
Color information
#2F007D (or 0x2F007D) is known color: Persian Indigo. HEX triplet: 2F, 00 and 7D. RGB value is (47,0,125). Sum of RGB (Red+Green+Blue) = 47+0+125=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F007D is #D0FF82. Grayscale: #1B1B1B. Windows color (decimal): -13696899 or 8192047. OLE color: 8192047.
HSL color Cylindrical-coordinate representation of color #2F007D: hue angle of 262.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F007D is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 0 | 125 | - |
| CMYK | 0.62 | 1 | 0 | 0.51 |
| HSL | 262.56º | 1% | 0.25% | - |
| HSV(B) | 262.56º | 1% | 0.49% | - |
| XYZ | 4.87 | 2.09 | 19.55 | - |
| YUV | 28.3 | 182.57 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 0 | 125 | 0.62 | 1 | 0 | 0.51 | 262.56 | 1 | 0.25 |
| Hex | 2F | 0 | 7D | 3E | 64 | 0 | 33 | 107 | 64 | 19 |
| Octal | 57 | 0 | 175 | 76 | 144 | 0 | 63 | 407 | 144 | 31 |
| Binary | 101111 | 0 | 1111101 | 111110 | 1100100 | 0 | 110011 | 100000111 | 1100100 | 11001 |
Color Harmonies of #2F007D
Complementary color
Monochromatic Colors of #2F007D
Black with #2F007D
Text Example
Text Example
White with #2F007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F007D; }
p { color: rgb(47,0,125); }
H1.HeaderClassName
{
color: #2F007D;
}
.AnyTagClassName
{
color: #2F007D;
}
</style>
background-color css
<style>
a { background-color: #2F007D; }
a { background-color: rgb(47,0,125); }
div.DivClassName
{
background-color: #2F007D;
}
.BgClassName
{
background-color: #2F007D;
}
</style>
border-color css
<style>
span { border-color: #2F007D; }
span { border-color: rgb(47,0,125); }
td.TdClassName
{
border-color: #2F007D;
}
.TagClassName
{
border-color: #2F007D;
}
</style>