Shades of Persian Indigo #2F238E
Tints of Persian Indigo #2F238E
RGB
CMYK
RGB Variations
Color information
#2F238E (or 0x2F238E) is known color: Persian Indigo. HEX triplet: 2F, 23 and 8E. RGB value is (47,35,142). Sum of RGB (Red+Green+Blue) = 47+35+142=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F238E is #D0DC71. Grayscale: #323232. Windows color (decimal): -13687922 or 9315119. OLE color: 9315119.
HSL color Cylindrical-coordinate representation of color #2F238E: hue angle of 246.73º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F238E is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 35 | 142 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.44 |
| HSL | 246.73º | 0.6% | 0.35% | - |
| HSV(B) | 246.73º | 0.75% | 0.56% | - |
| XYZ | 6.66 | 3.76 | 25.97 | - |
| YUV | 50.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 142 | 0.67 | 0.75 | 0 | 0.44 | 246.73 | 0.6 | 0.35 |
| Hex | 2F | 23 | 8E | 43 | 4B | 0 | 2C | F7 | 3C | 23 |
| Octal | 57 | 43 | 216 | 103 | 113 | 0 | 54 | 367 | 74 | 43 |
| Binary | 101111 | 100011 | 10001110 | 1000011 | 1001011 | 0 | 101100 | 11110111 | 111100 | 100011 |
Color Harmonies of #2F238E
Complementary color
Monochromatic Colors of #2F238E
Black with #2F238E
Text Example
Text Example
White with #2F238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F238E; }
p { color: rgb(47,35,142); }
H1.HeaderClassName
{
color: #2F238E;
}
.AnyTagClassName
{
color: #2F238E;
}
</style>
background-color css
<style>
a { background-color: #2F238E; }
a { background-color: rgb(47,35,142); }
div.DivClassName
{
background-color: #2F238E;
}
.BgClassName
{
background-color: #2F238E;
}
</style>
border-color css
<style>
span { border-color: #2F238E; }
span { border-color: rgb(47,35,142); }
td.TdClassName
{
border-color: #2F238E;
}
.TagClassName
{
border-color: #2F238E;
}
</style>