Shades of Persian Indigo #2F238C
Tints of Persian Indigo #2F238C
RGB
CMYK
RGB Variations
Color information
#2F238C (or 0x2F238C) is known color: Persian Indigo. HEX triplet: 2F, 23 and 8C. RGB value is (47,35,140). Sum of RGB (Red+Green+Blue) = 47+35+140=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F238C is #D0DC73. Grayscale: #323232. Windows color (decimal): -13687924 or 9184047. OLE color: 9184047.
HSL color Cylindrical-coordinate representation of color #2F238C: hue angle of 246.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F238C is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 35 | 140 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.45 |
| HSL | 246.86º | 0.6% | 0.34% | - |
| HSV(B) | 246.86º | 0.75% | 0.55% | - |
| XYZ | 6.51 | 3.7 | 25.18 | - |
| YUV | 50.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 140 | 0.66 | 0.75 | 0 | 0.45 | 246.86 | 0.6 | 0.34 |
| Hex | 2F | 23 | 8C | 42 | 4B | 0 | 2D | F7 | 3C | 22 |
| Octal | 57 | 43 | 214 | 102 | 113 | 0 | 55 | 367 | 74 | 42 |
| Binary | 101111 | 100011 | 10001100 | 1000010 | 1001011 | 0 | 101101 | 11110111 | 111100 | 100010 |
Color Harmonies of #2F238C
Complementary color
Monochromatic Colors of #2F238C
Black with #2F238C
Text Example
Text Example
White with #2F238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F238C; }
p { color: rgb(47,35,140); }
H1.HeaderClassName
{
color: #2F238C;
}
.AnyTagClassName
{
color: #2F238C;
}
</style>
background-color css
<style>
a { background-color: #2F238C; }
a { background-color: rgb(47,35,140); }
div.DivClassName
{
background-color: #2F238C;
}
.BgClassName
{
background-color: #2F238C;
}
</style>
border-color css
<style>
span { border-color: #2F238C; }
span { border-color: rgb(47,35,140); }
td.TdClassName
{
border-color: #2F238C;
}
.TagClassName
{
border-color: #2F238C;
}
</style>