#2F2289

Color #2F2289 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2F2289

Tints of Persian Indigo #2F2289

Color information

#2F2289 (or 0x2F2289) is unknown color: approx Persian Indigo. HEX triplet: 2F, 22 and 89. RGB value is (47,34,137). Sum of RGB (Red+Green+Blue) = 47+34+137=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F2289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2289 is #D0DD76. Grayscale: #313131. Windows color (decimal): -13688183 or 8987183. OLE color: 8987183.

HSL color Cylindrical-coordinate representation of color #2F2289: hue angle of 247.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F2289 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4734137-
CMYK0.660.7500.46
HSL247.57º60.23%33.53%-
HSV(B)247.57º75.18%53.73%-
XYZ6.263.5524.02-
YUV49.63177.31126.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 21.56%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 137 (53.91% from 255) = 62.84%
R=21.56%
G=15.60%
B=62.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47341370.660.7500.46247.5760.2333.53
Hex2F2289424B02Ef83c22
Octal57422111021130563707442
Binary1011111000101000100110000101001011010111011111000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2289; }

 p { color: rgb(47,34,137); }

 H1.HeaderClassName
 {
   color: #2F2289;
 }
 .AnyTagClassName
 {
   color: #2F2289;
 }
</style>
background-color css

<style>
 a { background-color: #2F2289; }

 a { background-color: rgb(47,34,137); }

 div.DivClassName
 {
   background-color: #2F2289;
 }
 .BgClassName
 {
   background-color: #2F2289;
 }
</style>
border-color css

<style>
 span { border-color: #2F2289; }

 span { border-color: rgb(47,34,137); }

 td.TdClassName
 {
   border-color: #2F2289;
 }
 .TagClassName
 {
   border-color: #2F2289;
 }
</style>