Shades of Persian Indigo #2F0378
Tints of Persian Indigo #2F0378
RGB
CMYK
RGB Variations
Color information
#2F0378 (or 0x2F0378) is known color: Persian Indigo. HEX triplet: 2F, 03 and 78. RGB value is (47,3,120). Sum of RGB (Red+Green+Blue) = 47+3+120=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F0378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0378 is #D0FC87. Grayscale: #1D1D1D. Windows color (decimal): -13696136 or 7865135. OLE color: 7865135.
HSL color Cylindrical-coordinate representation of color #2F0378: hue angle of 262.56º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0378 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 3 | 120 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.53 |
| HSL | 262.56º | 0.95% | 0.24% | - |
| HSV(B) | 262.56º | 0.98% | 0.47% | - |
| XYZ | 4.6 | 2.03 | 17.92 | - |
| YUV | 29.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 120 | 0.61 | 0.98 | 0 | 0.53 | 262.56 | 0.95 | 0.24 |
| Hex | 2F | 3 | 78 | 3D | 62 | 0 | 35 | 107 | 5F | 18 |
| Octal | 57 | 3 | 170 | 75 | 142 | 0 | 65 | 407 | 137 | 30 |
| Binary | 101111 | 11 | 1111000 | 111101 | 1100010 | 0 | 110101 | 100000111 | 1011111 | 11000 |
Color Harmonies of #2F0378
Complementary color
Monochromatic Colors of #2F0378
Black with #2F0378
Text Example
Text Example
White with #2F0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0378; }
p { color: rgb(47,3,120); }
H1.HeaderClassName
{
color: #2F0378;
}
.AnyTagClassName
{
color: #2F0378;
}
</style>
background-color css
<style>
a { background-color: #2F0378; }
a { background-color: rgb(47,3,120); }
div.DivClassName
{
background-color: #2F0378;
}
.BgClassName
{
background-color: #2F0378;
}
</style>
border-color css
<style>
span { border-color: #2F0378; }
span { border-color: rgb(47,3,120); }
td.TdClassName
{
border-color: #2F0378;
}
.TagClassName
{
border-color: #2F0378;
}
</style>