Shades of Persian Indigo #2F2075
Tints of Persian Indigo #2F2075
RGB
CMYK
RGB Variations
Color information
#2F2075 (or 0x2F2075) is known color: Persian Indigo. HEX triplet: 2F, 20 and 75. RGB value is (47,32,117). Sum of RGB (Red+Green+Blue) = 47+32+117=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F2075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2075 is #D0DF8A. Grayscale: #2D2D2D. Windows color (decimal): -13688715 or 7675951. OLE color: 7675951.
HSL color Cylindrical-coordinate representation of color #2F2075: hue angle of 250.59º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2075 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 47 | 32 | 117 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.54 |
| HSL | 250.59º | 0.57% | 0.29% | - |
| HSV(B) | 250.59º | 0.73% | 0.46% | - |
| XYZ | 4.9 | 2.92 | 17.14 | - |
| YUV | 46.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 32 | 117 | 0.60 | 0.73 | 0 | 0.54 | 250.59 | 0.57 | 0.29 |
| Hex | 2F | 20 | 75 | 3C | 49 | 0 | 36 | FB | 39 | 1D |
| Octal | 57 | 40 | 165 | 74 | 111 | 0 | 66 | 373 | 71 | 35 |
| Binary | 101111 | 100000 | 1110101 | 111100 | 1001001 | 0 | 110110 | 11111011 | 111001 | 11101 |
Color Harmonies of #2F2075
Complementary color
Monochromatic Colors of #2F2075
Black with #2F2075
Text Example
Text Example
White with #2F2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2075; }
p { color: rgb(47,32,117); }
H1.HeaderClassName
{
color: #2F2075;
}
.AnyTagClassName
{
color: #2F2075;
}
</style>
background-color css
<style>
a { background-color: #2F2075; }
a { background-color: rgb(47,32,117); }
div.DivClassName
{
background-color: #2F2075;
}
.BgClassName
{
background-color: #2F2075;
}
</style>
border-color css
<style>
span { border-color: #2F2075; }
span { border-color: rgb(47,32,117); }
td.TdClassName
{
border-color: #2F2075;
}
.TagClassName
{
border-color: #2F2075;
}
</style>