#2F2095

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

Shades of Persian Indigo #2F2095

Tints of Persian Indigo #2F2095

Color information

#2F2095 (or 0x2F2095) is unknown color: approx Persian Indigo. HEX triplet: 2F, 20 and 95. RGB value is (47,32,149). Sum of RGB (Red+Green+Blue) = 47+32+149=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F2095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2095 is #D0DF6A. Grayscale: #313131. Windows color (decimal): -13688683 or 9773103. OLE color: 9773103.

HSL color Cylindrical-coordinate representation of color #2F2095: hue angle of 247.69º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F2095 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4732149-
CMYK0.680.7900.42
HSL247.69º64.64%35.49%-
HSV(B)247.69º78.52%58.43%-
XYZ7.113.8128.79-
YUV49.82183.97125.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.61%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 149 (58.59% from 255) = 65.35%
R=20.61%
G=14.04%
B=65.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47321490.680.7900.42247.6964.6435.49
Hex2F2095444F02Af84123
Octal574022510411705237010143
Binary10111110000010010101100010010011110101010111110001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,32,149); }

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

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

 a { background-color: rgb(47,32,149); }

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

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

 span { border-color: rgb(47,32,149); }

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