Shades of Persian Indigo #2F187D
Tints of Persian Indigo #2F187D
RGB
CMYK
RGB Variations
Color information
#2F187D (or 0x2F187D) is known color: Persian Indigo. HEX triplet: 2F, 18 and 7D. RGB value is (47,24,125). Sum of RGB (Red+Green+Blue) = 47+24+125=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F187D is #D0E782. Grayscale: #2A2A2A. Windows color (decimal): -13690755 or 8198191. OLE color: 8198191.
HSL color Cylindrical-coordinate representation of color #2F187D: hue angle of 253.66º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F187D is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 24 | 125 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.51 |
| HSL | 253.66º | 0.68% | 0.29% | - |
| HSV(B) | 253.66º | 0.81% | 0.49% | - |
| XYZ | 5.2 | 2.74 | 19.66 | - |
| YUV | 42.39 | 174.62 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 125 | 0.62 | 0.81 | 0 | 0.51 | 253.66 | 0.68 | 0.29 |
| Hex | 2F | 18 | 7D | 3E | 51 | 0 | 33 | FE | 44 | 1D |
| Octal | 57 | 30 | 175 | 76 | 121 | 0 | 63 | 376 | 104 | 35 |
| Binary | 101111 | 11000 | 1111101 | 111110 | 1010001 | 0 | 110011 | 11111110 | 1000100 | 11101 |
Color Harmonies of #2F187D
Complementary color
Monochromatic Colors of #2F187D
Black with #2F187D
Text Example
Text Example
White with #2F187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F187D; }
p { color: rgb(47,24,125); }
H1.HeaderClassName
{
color: #2F187D;
}
.AnyTagClassName
{
color: #2F187D;
}
</style>
background-color css
<style>
a { background-color: #2F187D; }
a { background-color: rgb(47,24,125); }
div.DivClassName
{
background-color: #2F187D;
}
.BgClassName
{
background-color: #2F187D;
}
</style>
border-color css
<style>
span { border-color: #2F187D; }
span { border-color: rgb(47,24,125); }
td.TdClassName
{
border-color: #2F187D;
}
.TagClassName
{
border-color: #2F187D;
}
</style>